搜索资源列表
messgagegongxiang
- 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
TestDlg
- 对话框的抽屉效果,内存文件映射实现源码,注意是VS2005工程-Dialog box drawer effect, the memory file mapping implementation source code, note the VS2005 project
DataExchange
- 通过内存映射文件进行数据交互,可实现可执行程序间的数据传输,此示例简单,交互为整数。-Memory-mapped files through data exchange, enabling data transmission between the executable program, this example of a simple, interactive integer.
chsckqd_default
- 通过内存映射实现进程间的数据交换,有兴趣的朋友可参考下代码-Through memory mapping to implement the data exchange between process, interested friends can reference code
859514
- 一个不错的内存映射的例子delph,仅供学习参考()