VirtualBox

Changeset 906 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Feb 14, 2007 2:27:46 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/src/VBox/Main/include/hgcm/HGCM.h

    r1 r906  
    3030#include <VBox/hgcmsvc.h>
    3131
     32/* HGCM saved state version */
     33#define HGCM_SSM_VERSION    1
     34
    3235__BEGIN_DECLS
    3336int hgcmInit (void);
     
    3942int hgcmGuestCallInternal (PPDMIHGCMPORT pHGCMPort, PVBOXHGCMCMD pCmdPtr, uint32_t clientID, uint32_t function, uint32_t cParms, VBOXHGCMSVCPARM aParms[], bool fBlock);
    4043int hgcmHostCallInternal (const char *pszServiceName, uint32_t function, uint32_t cParms, VBOXHGCMSVCPARM aParms[]);
     44
     45int hgcmSaveStateInternal (PPDMIHGCMPORT pHGCMPort, uint32_t clientID, PSSMHANDLE pSSM);
     46int hgcmLoadStateInternal (PPDMIHGCMPORT pHGCMPort, uint32_t clientID, PSSMHANDLE pSSM);
     47
    4148__END_DECLS
    4249
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