VirtualBox

Changeset 21217 in vbox for trunk/include/VBox/hgcmsvc.h


Ignore:
Timestamp:
Jul 4, 2009 2:26:39 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49533
Message:

include/VBox/*.h: Mark which components the header files relate to.

File:
1 edited

Legend:

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

    r14389 r21217  
    11/** @file
    2  * VBox - Host-Guest Communication Manager (HGCM):
    3  * Service library definitions.
     2 * Host-Guest Communication Manager (HGCM) - Service library definitions.
    43 */
    54
     
    186185/** Service specific extension callback.
    187186 *  This callback is called by the service to perform service specific operation.
    188  * 
     187 *
    189188 * @param pvExtension The extension pointer.
    190189 * @param u32Function What the callback is supposed to do.
     
    243242     */
    244243    DECLR3CALLBACKMEMBER(int, pfnHostCall, (void *pvService, uint32_t function, uint32_t cParms, VBOXHGCMSVCPARM paParms[]));
    245  
     244
    246245    /** Inform the service about a VM save operation. */
    247246    DECLR3CALLBACKMEMBER(int, pfnSaveState, (void *pvService, uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM));
Note: See TracChangeset for help on using the changeset viewer.

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