VirtualBox

Changeset 27703 in vbox for trunk/include


Ignore:
Timestamp:
Mar 25, 2010 1:17:01 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59304
Message:

Guest Control: Update (VBoxManage, Main, Host Service, VbglR3), not enabled by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r27314 r27703  
    508508# endif /* VBOX_WITH_GUEST_PROPS defined */
    509509
     510# ifdef VBOX_WITH_GUEST_CONTROL
    510511/** @name Guest control
    511512 * @{ */
    512513VBGLR3DECL(int)     VbglR3GuestCtrlConnect(uint32_t *pu32ClientId);
    513514VBGLR3DECL(int)     VbglR3GuestCtrlDisconnect(uint32_t u32ClientId);
    514 /** @}  */
     515VBGLR3DECL(int)     VbglR3GuestCtrlGetHostMsg(uint32_t u32ClientId, uint32_t *pMsg, void **ppvData, uint32_t *pcbData);
     516/** @}  */
     517# endif /* VBOX_WITH_GUEST_CONTROL defined */
    515518
    516519/** @name User credentials handling
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette