Changeset 28434 in vbox for trunk/include/VBox/HostServices/GuestControlSvc.h
- Timestamp:
- Apr 17, 2010 6:08:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r28402 r28434 91 91 uint32_t u32PID; 92 92 /* The process status. */ 93 uint32_t u32Status; 93 uint32_t u32Status; 94 94 /** Optional flags (not used atm). */ 95 95 uint32_t u32Flags; … … 98 98 /** Size of optional data buffer (not used atm). */ 99 99 uint32_t cbData; 100 100 101 101 } HOSTEXECCALLBACKDATA, *PHOSTEXECCALLBACKDATA; 102 102
Note:
See TracChangeset
for help on using the changeset viewer.