- Timestamp:
- Oct 31, 2012 3:04:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxHostChannel.h
r43462 r43786 169 169 DECLR3CALLBACKMEMBER(void, HostChannelCallbackEvent, (void *pvCallbacks, void *pvChannel, 170 170 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)); 171 178 } VBOXHOSTCHANNELCALLBACKS; 172 179
Note:
See TracChangeset
for help on using the changeset viewer.