Searched refs:dwWaitResult (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/desktop/win32/source/guiloader/ |
H A D | genericloader.cxx | 124 DWORD dwWaitResult; in GenericMain() local 131 …dwWaitResult = MsgWaitForMultipleObjects( 1, &aProcessInfo.hProcess, FALSE, INFINITE, QS_ALLEVENTS… in GenericMain() 133 if ( WAIT_OBJECT_0 + 1 == dwWaitResult ) in GenericMain() 139 } while ( WAIT_OBJECT_0 + 1 == dwWaitResult ); in GenericMain()
|
/aoo4110/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 393 DWORD dwWaitResult; in WinMain() local 400 …dwWaitResult = MsgWaitForMultipleObjects( 1, &aProcessInfo.hProcess, FALSE, INFINITE, QS_ALLEVENTS… in WinMain() 402 if ( WAIT_OBJECT_0 + 1 == dwWaitResult ) in WinMain() 408 } while ( WAIT_OBJECT_0 + 1 == dwWaitResult ); in WinMain()
|
/aoo4110/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 399 DWORD dwWaitResult; 409 dwWaitResult = WaitForMultipleObjects( elementsof(hObjects), hObjects, TRUE, INFINITE ); 415 dwWaitResult = WaitForMultipleObjects( elementsof(hObjects), hObjects, FALSE, INFINITE ); 417 switch ( dwWaitResult )
|
Completed in 14 milliseconds