Re: fetching the window pointer of other applications (processes)
Re: fetching the window pointer of other applications (processes)
- Subject: Re: fetching the window pointer of other applications (processes)
- From: Chris Hanson <email@hidden>
- Date: Wed, 13 Feb 2008 11:46:30 -0800
On Feb 13, 2008, at 6:05 AM, Rangaswamy C T wrote:
Inside this browser plug-in I want to access the top level window
pointer (window ref) of the other stand alone application which is
running in a different process.
Mac OS X does not confuse "windows" with "applications" like Microsoft
Windows does. There's no such thing as a "top level window pointer
[...] of the other stand alone application" on Mac OS X.
Even if there was, because Mac OS X has protected memory, a pointer or
reference from one process is generally not useful in another process
because each process has its own, independent address space.
-- Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden