摘要:
进程A写数据,进程B读数据; 进程A: #include "stdafx.h" #include #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) { HANDLE lhShareMemory; char* lpBuffer = NULL; lhShareMemory = CreateFileMapp... 阅读全文
posted @ 2008-12-08 16:49
代码之路
阅读(5332)
评论(1)
推荐(1)