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

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp1669 #define HGCM_MSG_SAVESTATE (15) /* Save state for the specified service. */ macro
1780 case HGCM_MSG_SAVESTATE: return new HGCMMsgMainLoadSaveState();
1955 case HGCM_MSG_SAVESTATE:
1959 LogFlowFunc(("HGCM_MSG_SAVESTATE\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.
2303 return hgcmHostLoadSaveState(pSSM, HGCM_MSG_SAVESTATE);

Completed in 50 milliseconds