VirtualBox

Changeset 43786 in vbox for trunk


Ignore:
Timestamp:
Oct 31, 2012 3:04:57 PM (12 years ago)
Author:
vboxsync
Message:

include: HostChannel service header update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxHostChannel.h

    r43462 r43786  
    169169    DECLR3CALLBACKMEMBER(void, HostChannelCallbackEvent, (void *pvCallbacks, void *pvChannel,
    170170                                                          uint32_t u32Id, const void *pvEvent, uint32_t cbEvent));
     171
     172    /* The channel has been deleted by the provider. pvCallback will not be used anymore.
     173     *
     174     * @param pvCallbacks The callback context specified in HostChannelAttach.
     175     * @param pvChannel   The channel instance returned by HostChannelAttach.
     176     */
     177    DECLR3CALLBACKMEMBER(void, HostChannelCallbackDeleted, (void *pvCallbacks, void *pvChannel));
    171178} VBOXHOSTCHANNELCALLBACKS;
    172179
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