VirtualBox

Changeset 28243 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 13, 2010 12:07:13 PM (15 years ago)
Author:
vboxsync
Message:

Guest Control: Update (callback + error handling, --verbose for VBoxManage).

File:
1 edited

Legend:

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

    r28233 r28243  
    6767    PROC_STS_TOA = 6,
    6868    /** @todo */
    69     PROC_STS_DWN = 7
     69    PROC_STS_DWN = 7,
     70    /** Something went wrong (error code in flags). */
     71    PROC_STS_ERROR = 8
    7072};
    7173
     
    8890    /** Size of optional data buffer (not used atm). */
    8991    uint32_t cbData;
     92    /** Atomic flags whether callback was called. */
     93    bool called;
    9094   
    9195} HOSTEXECCALLBACKDATA, *PHOSTEXECCALLBACKDATA;
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