VirtualBox

Changeset 6981 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 18, 2008 10:05:36 AM (17 years ago)
Author:
vboxsync
Message:

HostServices/SharedClipboard: attempt to handle the guest reconnecting without first disconnecting more gracefully

File:
1 edited

Legend:

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

    r5999 r6981  
    5252 * 2.2->3.1 Because pfnHostCall is now synchronous, returns rc, and parameters were changed
    5353 * 3.1->3.2 Because pfnRegisterExtension was added
     54 * 3.2->3.3 Because pfnDisconnectClient helper was added
    5455 */
    5556#define VBOX_HGCM_SVC_VERSION_MAJOR (0x0003)
     
    6970
    7071    void *pvInstance;
     72
     73    /** The service disconnects the client. */
     74    DECLR3CALLBACKMEMBER(void, pfnDisconnectClient, (void *pvInstance, uint32_t u32ClientID));
    7175} VBOXHGCMSVCHELPERS;
    7276
Note: See TracChangeset for help on using the changeset viewer.

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