2
votes
Getting a unique ID for a window of another application
The function HIWindowGetCGWindowID() can only return a CGWindowID for one of your app's windows, since a WindowRef from another program won't be valid in yours.
The function CGWindowListCop …
