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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp1668 #define HGCM_MSG_LOADSTATE (14) /* Load saved state for the specified service. */ macro
1779 case HGCM_MSG_LOADSTATE:
1946 case HGCM_MSG_LOADSTATE:
1950 LogFlowFunc(("HGCM_MSG_LOADSTATE\n"));
2265 /* Helper to send either HGCM_MSG_SAVESTATE or HGCM_MSG_LOADSTATE messages to the main HGCM thread.
2268 * @param u32MsgId The message to be sent: HGCM_MSG_SAVESTATE or HGCM_MSG_LOADSTATE.
2313 return hgcmHostLoadSaveState(pSSM, HGCM_MSG_LOADSTATE);

Completed in 85 milliseconds