摘要: The DuplicateHandlefunction creates a duplicate handle. The returned duplicate is in the caller's process space.(从当前进程复制句柄到其他进程空间)示例代码: 1 //ALL of the following code is executed by Process S. 2 //Create a mutex object accessible by Process S. 3 HANDLE hObjProcessS = CreateMutex(NULL, FALSE, NULL 阅读全文
posted @ 2012-06-08 13:45 友学友 阅读(6884) 评论(1) 推荐(0) 编辑