launch_process_with_token.cc | 40 // |process_information| structure. 41 void CloseHandlesAndTerminateProcess(PROCESS_INFORMATION* process_information) { 42 if (process_information->hThread) { 43 CloseHandle(process_information->hThread); 44 process_information->hThread = NULL; 47 if (process_information->hProcess) { 48 TerminateProcess(process_information->hProcess, CONTROL_C_EXIT); 49 CloseHandle(process_information->hProcess); 50 process_information->hProcess = NULL 261 PROCESS_INFORMATION process_information; member in struct:__anon10210::CreateProcessResponse 313 PROCESS_INFORMATION process_information; member in struct:__anon10210::CreateProcessRequest 390 PROCESS_INFORMATION process_information; local [all...] |