Changeset 21217 in vbox for trunk/include/VBox/hgcmsvc.h
- Timestamp:
- Jul 4, 2009 2:26:39 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49533
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hgcmsvc.h
r14389 r21217 1 1 /** @file 2 * VBox - Host-Guest Communication Manager (HGCM): 3 * Service library definitions. 2 * Host-Guest Communication Manager (HGCM) - Service library definitions. 4 3 */ 5 4 … … 186 185 /** Service specific extension callback. 187 186 * This callback is called by the service to perform service specific operation. 188 * 187 * 189 188 * @param pvExtension The extension pointer. 190 189 * @param u32Function What the callback is supposed to do. … … 243 242 */ 244 243 DECLR3CALLBACKMEMBER(int, pfnHostCall, (void *pvService, uint32_t function, uint32_t cParms, VBOXHGCMSVCPARM paParms[])); 245 244 246 245 /** Inform the service about a VM save operation. */ 247 246 DECLR3CALLBACKMEMBER(int, pfnSaveState, (void *pvService, uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM));
Note:
See TracChangeset
for help on using the changeset viewer.