等待进程结束函数中的BUG
摘要:偶然发现一个BUG,有一个函数是这样写的:void WaitProcExit(DWORD dwPid){ HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, 0, dwPid); if ( NULL == hProcess ) { ...
阅读全文
posted @ 2015-07-08 15:32
posted @ 2015-07-08 15:32
posted @ 2015-06-18 11:37