VirtualBox

Changeset 28206 in vbox for trunk/include


Ignore:
Timestamp:
Apr 12, 2010 1:48:49 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59946
Message:

Guest Control: Update (first code for low level HGCM callback).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r28186 r28206  
    4949* Typedefs, constants and inlines                                             *
    5050******************************************************************************/
     51
     52/**
     53 * Data structure to pass to the service extension callback.  We use this to
     54 * notify the host of changes to properties.
     55 */
     56typedef struct _HOSTCALLBACKDATA
     57{
     58    /** Magic number to identify the structure */
     59    uint32_t u32Magic;
     60   
     61} HOSTCALLBACKDATA, *PHOSTCALLBACKDATA;
     62
     63enum
     64{
     65    /** Magic number for sanity checking the HOSTCALLBACKDATA structure */
     66    HOSTCALLBACKMAGIC = 0x26011982
     67};
    5168
    5269/**
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