VirtualBox

Changeset 905 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 14, 2007 2:27:37 PM (18 years ago)
Author:
vboxsync
Message:

Save and load state notifications for HGCM host services added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hgcmsvc.h

    r1 r905  
    4444 * Revision history.
    4545 * 1.1->2.1 Because the pfnConnect now also has the pvClient parameter.
     46 * 2.1->2.2 Because pfnSaveState and pfnLoadState were added
    4647 */
    4748#define VBOX_HGCM_SVC_VERSION_MINOR (0x0001)
     
    139140     */
    140141    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);
    141148
    142149} VBOXHGCMSVCFNTABLE;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette