On Wed, 05 Apr 2006 19:06:41 -0400, Segin wrote:
Hmm... Intresting. I am going to assume, from what I have seen, that emulated Win32 processes have a represenative POSIX process. Is it possible to implement a lookup table of sorts to make it work cross-process?
The wineserver would have to trigger some code in the client, either by having a signal or a generic background thread that could do it on behalf of the other process.
Such a scheme has been discussed before for things like CreateRemoteThread and friends.