Searched defs:HGCM_MSG_F_WAIT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DHGCMThread.cpp149 #define HGCM_MSG_F_WAIT (0x00000002) macro
406 pMsg->m_fu32Flags |= HGCM_MSG_F_WAIT;
599 bool fWaited = ((pMsg->m_fu32Flags & HGCM_MSG_F_WAIT) != 0);
611 pMsg->m_fu32Flags &= ~HGCM_MSG_F_WAIT;

Completed in 44 milliseconds