Searched refs:QS_ALLEVENTS (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Installer/Loader/
H A DVBoxWindowsAdditions.cpp57 DWORD dwRc = MsgWaitForMultipleObjects(1, &hProcess, FALSE, 5000/*ms*/, QS_ALLEVENTS);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1302 DWORD dwRc = MsgWaitForMultipleObjects(1, &Info.hProcess, FALSE, 5000/*ms*/, QS_ALLEVENTS);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinuser.h2862 #define QS_ALLEVENTS (QS_INPUT | QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY) macro
2863 #define QS_ALLINPUT (QS_ALLEVENTS | QS_SENDMESSAGE)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinuser.h3905 #define QS_ALLEVENTS (QS_INPUT | QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY) macro
3906 #define QS_ALLINPUT (QS_ALLEVENTS | QS_SENDMESSAGE)

Completed in 94 milliseconds