windows的RemoveHandles函数bug
1.函数整体逻辑 if (Node->MarkThreadExit TRUE){if (Node->dwProcessId dwProcessId || Node->dwThreadId dwThreadId){if (Node->hThread ! NULL){CloseHandle(Node->hThread);}if (Node->hProcess ! NULL){CloseHandle(Node->hProcess);}//移除Node}…
编程日记
2024/12/7 14:08:43