Changeset 28402 in vbox for trunk/include
- Timestamp:
- Apr 16, 2010 10:13:22 AM (15 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r28297 r28402 66 66 /** Process timed out and was not killed successfully. */ 67 67 PROC_STS_TOA = 6, 68 /** @todo*/68 /** Service is stopping, process was killed. */ 69 69 PROC_STS_DWN = 7, 70 70 /** Something went wrong (error code in flags). */ … … 175 175 typedef struct _VBoxGuestCtrlHGCMMsgType 176 176 { 177 VBoxGuestHGCMCallInfo hdr;177 VBoxGuestHGCMCallInfoTimed hdr; 178 178 179 179 /** -
trunk/include/VBox/VBoxGuestLib.h
r28286 r28402 513 513 VBGLR3DECL(int) VbglR3GuestCtrlConnect(uint32_t *pu32ClientId); 514 514 VBGLR3DECL(int) VbglR3GuestCtrlDisconnect(uint32_t u32ClientId); 515 VBGLR3DECL(int) VbglR3GuestCtrlGetHostMsg(uint32_t u32ClientId, uint32_t *puMsg, uint32_t *puNumParms );515 VBGLR3DECL(int) VbglR3GuestCtrlGetHostMsg(uint32_t u32ClientId, uint32_t *puMsg, uint32_t *puNumParms, uint32_t u32Timeout); 516 516 VBGLR3DECL(int) VbglR3GuestCtrlExecGetHostCmd(uint32_t u32ClientId, uint32_t uNumParms, 517 517 uint32_t *puContext,
Note:
See TracChangeset
for help on using the changeset viewer.