Changeset 28243 in vbox for trunk/include/VBox
- Timestamp:
- Apr 13, 2010 12:07:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r28233 r28243 67 67 PROC_STS_TOA = 6, 68 68 /** @todo */ 69 PROC_STS_DWN = 7 69 PROC_STS_DWN = 7, 70 /** Something went wrong (error code in flags). */ 71 PROC_STS_ERROR = 8 70 72 }; 71 73 … … 88 90 /** Size of optional data buffer (not used atm). */ 89 91 uint32_t cbData; 92 /** Atomic flags whether callback was called. */ 93 bool called; 90 94 91 95 } HOSTEXECCALLBACKDATA, *PHOSTEXECCALLBACKDATA;
Note:
See TracChangeset
for help on using the changeset viewer.