摘要:
用sendmessage实现进程间通信。1.WM_COPYDATA实现进程间通信实现方式是发送WM_COPYDATA消息。发送程序:LRESULT copyDataResult; //copyDataResult has value returned by other app CWnd *pOtherWnd = CWnd::FindWindow(NULL, "卡口图片管理");CString s... 阅读全文
摘要:
GUID的结构: 总大小为:4 + 2 + 2 + 8 = 16字节。 一个GUID内容形式为:{77046E66-C274-42CE-85AD-5DCFA5B4D2A5} 就是4+2+2+2+6 = 16字节。 “85AD” 是 Data4[0]和Data4[1]; “5DCFA5B4D2A5” 阅读全文