Changeset 75824 in vbox for trunk/include/VBox/VBoxGuestLib.h
- Timestamp:
- Nov 29, 2018 10:12:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r75807 r75824 752 752 * Use a union for the HGCM stuff then. */ 753 753 754 /** IN: HGCM client ID to use for 755 * communication. */ 754 /** IN: HGCM client ID to use for communication. */ 756 755 uint32_t uClientID; 757 /** IN/OUT: Context ID to retrieve 758 * or to use. */ 756 /** IN/OUT: Context ID to retrieve or to use. */ 759 757 uint32_t uContextID; 760 758 /** IN: Protocol version to use. */ … … 773 771 VBGLR3DECL(int) VbglR3GuestCtrlMsgReplyEx(PVBGLR3GUESTCTRLCMDCTX pCtx, int rc, uint32_t uType, 774 772 void *pvPayload, uint32_t cbPayload); 775 VBGLR3DECL(int) VbglR3GuestCtrlMsgSkip(uint32_t idClient );773 VBGLR3DECL(int) VbglR3GuestCtrlMsgSkip(uint32_t idClient, int rcSkip, uint32_t idMsg); 776 774 VBGLR3DECL(int) VbglR3GuestCtrlMsgSkipOld(uint32_t uClientId); 777 775 VBGLR3DECL(int) VbglR3GuestCtrlMsgPeekWait(uint32_t idClient, uint32_t *pidMsg, uint32_t *pcParameters);
Note:
See TracChangeset
for help on using the changeset viewer.