Changeset 905 in vbox for trunk/include/VBox
- Timestamp:
- Feb 14, 2007 2:27:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hgcmsvc.h
r1 r905 44 44 * Revision history. 45 45 * 1.1->2.1 Because the pfnConnect now also has the pvClient parameter. 46 * 2.1->2.2 Because pfnSaveState and pfnLoadState were added 46 47 */ 47 48 #define VBOX_HGCM_SVC_VERSION_MINOR (0x0001) … … 139 140 */ 140 141 DECLCALLBACKMEMBER(void, pfnHostCall) (VBOXHGCMCALLHANDLE callHandle, uint32_t u32ClientID, void *pvClient, uint32_t function, uint32_t cParms, VBOXHGCMSVCPARM paParms[]); 142 143 /** Inform the service about a VM save operation. */ 144 DECLCALLBACKMEMBER(int, pfnSaveState) (uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM); 145 146 /** Inform the service about a VM load operation. */ 147 DECLCALLBACKMEMBER(int, pfnLoadState) (uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM); 141 148 142 149 } VBOXHGCMSVCFNTABLE;
Note:
See TracChangeset
for help on using the changeset viewer.