Searched refs:hParentProcess (Results 1 – 1 of 1) sorted by relevance
310 HANDLE hParentProcess = OpenProcess( SYNCHRONIZE, FALSE, dwParentProcessId ); local311 if ( IsValidHandle( hParentProcess ) )313 if ( WAIT_OBJECT_0 == WaitForSingleObject( hParentProcess, INFINITE ) )317 CloseHandle( hParentProcess );
Completed in 6 milliseconds