Home
last modified time | relevance | path

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

/aoo42x/main/desktop/win32/source/guiloader/
H A Dgenericloader.cxx124 DWORD dwWaitResult; in GenericMain() local
131dwWaitResult = 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()
/aoo42x/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx393 DWORD dwWaitResult; in WinMain() local
400dwWaitResult = 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()
/aoo42x/main/desktop/win32/source/guistdio/
H A Dguistdio.inc399 DWORD dwWaitResult;
409 dwWaitResult = WaitForMultipleObjects( elementsof(hObjects), hObjects, TRUE, INFINITE );
415 dwWaitResult = WaitForMultipleObjects( elementsof(hObjects), hObjects, FALSE, INFINITE );
417 switch ( dwWaitResult )

Completed in 23 milliseconds