搜索资源列表
ZnExeData
- 使用WM_CopyData消息,在两个不同的程序中传递string类型的数据,采用发送(s)<>接收(r)协商机制。 &.s和r创建时,使用同一个字符串向系统注册消息MsgID. 1.S使用MsgID广播消息,由于只有接收端识别这个消息句柄,所以R响应,并返回自己的句柄。 2.S收到接收方句柄,发送wm_copydata传递数据。 3.R收到数据后,发送回执,通知S已收到数据。 4.S触发发送完毕事件。 ----------------------
chuankouceshi
- Spcomm控件测试,Spcomm应用的核心在于主线程、读线程和写线程之间的消息传递机制,而通信数据相关信息的传递也是以消息传递的方式进行的-Spcomm Control Test, Spcomm application lies in the main thread, read thread and write the message passing between threads, and communications data related to the transfer of info