Changeset 26698 in vbox for trunk/include
- Timestamp:
- Feb 23, 2010 11:04:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r26380 r26698 505 505 # endif /* VBOX_WITH_GUEST_PROPS defined */ 506 506 507 /** @name Guest control 508 * @{ */ 509 VBGLR3DECL(int) VbglR3GuestCtrlConnect(uint32_t *pu32ClientId); 510 VBGLR3DECL(int) VbglR3GuestCtrlDisconnect(uint32_t u32ClientId); 511 /** @} */ 512 507 513 /** @name User credentials handling 508 514 * @{ */
Note:
See TracChangeset
for help on using the changeset viewer.