Changeset 27703 in vbox for trunk/include
- Timestamp:
- Mar 25, 2010 1:17:01 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59304
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r27314 r27703 508 508 # endif /* VBOX_WITH_GUEST_PROPS defined */ 509 509 510 # ifdef VBOX_WITH_GUEST_CONTROL 510 511 /** @name Guest control 511 512 * @{ */ 512 513 VBGLR3DECL(int) VbglR3GuestCtrlConnect(uint32_t *pu32ClientId); 513 514 VBGLR3DECL(int) VbglR3GuestCtrlDisconnect(uint32_t u32ClientId); 514 /** @} */ 515 VBGLR3DECL(int) VbglR3GuestCtrlGetHostMsg(uint32_t u32ClientId, uint32_t *pMsg, void **ppvData, uint32_t *pcbData); 516 /** @} */ 517 # endif /* VBOX_WITH_GUEST_CONTROL defined */ 515 518 516 519 /** @name User credentials handling
Note:
See TracChangeset
for help on using the changeset viewer.