Introduction - If you have any usage issues, please Google them yourself
Development platform: vs2005 target platform: WINCE Description: inter-process communication methods there are many, in addition to commonly used clipboard, you can use several methods to achieve the following: the use of Windows message WM_COPYDATA, the global atomic, memory-mapped file , named pipes, mail slots and so on. Here I am using a Windows message WM_COPYDATA to achieve inter-process communication.