|
-
April 9th, 2008, 03:56 AM
#3
Re: passing pointers between the process
As Arjay wrote there are many ways to send data between processes, and as Marc G pointed out using WM_COPYDATA is one of the simplest ones providing that both processes are on the same machine/desktop. But there could be also some problems with WM_COPYDATA if someone else (not your sender process) broadcasts it! See this essay:Using WM_COPYDATA
Victor Nijegorodov
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|