Home
last modified time | relevance | path

Searched refs:hParentProcess (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/osl/w32/
H A Ddllentry.c310 HANDLE hParentProcess = OpenProcess( SYNCHRONIZE, FALSE, dwParentProcessId ); local
311 if ( IsValidHandle( hParentProcess ) )
313 if ( WAIT_OBJECT_0 == WaitForSingleObject( hParentProcess, INFINITE ) )
317 CloseHandle( hParentProcess );

Completed in 15 milliseconds