// vmbuskernelmodeclientlibapi.h
VOID VMB_CHANNEL_STATE_CHANGE_CALLBACKS_INIT(
[out] PVMB_CHANNEL_STATE_CHANGE_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI referenceNo description available.
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
The VMB_CHANNEL_STATE_CHANGE_CALLBACKS_INIT function saves callback functions to be used for state changes for a channel.
Callbacks [out]A structure to save callback functions that relate to the state changes for a channel.