Changeset 32852 in vbox for trunk/include
- Timestamp:
- Sep 30, 2010 3:49:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r30013 r32852 62 62 /** Process timed out and was not killed successfully. */ 63 63 PROC_STS_TOA = 6, 64 /** Service is stopping, process was killed. */64 /** Service/OS is stopping, process was killed. */ 65 65 PROC_STS_DWN = 7, 66 66 /** Something went wrong (error code in flags). */ … … 88 88 /* The process status. */ 89 89 uint32_t u32Status; 90 /** Optional flags (not used atm). */90 /** Optional flags, varies, based on u32Status. */ 91 91 uint32_t u32Flags; 92 92 /** Optional data buffer (not used atm). */
Note:
See TracChangeset
for help on using the changeset viewer.