Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 1.99 KB

nc-vmbuskernelmodeclientlibapi-fn_vmb_channel_start.md

File metadata and controls

80 lines (62 loc) · 1.99 KB
UID title description tech.root ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos ms.custom f1_keywords topic_type api_type api_location api_name
NC:vmbuskernelmodeclientlibapi.FN_VMB_CHANNEL_START
FN_VMB_CHANNEL_START (vmbuskernelmodeclientlibapi.h)
The VmbChannelStart function moves a channel out of the paused state.
netvista
05/22/2018
FN_VMB_CHANNEL_START callback function
vmbuskernelmodeclientlibapi.h
Windows
RS5
FN_VMB_CHANNEL_START
vmbuskernelmodeclientlibapi/FN_VMB_CHANNEL_START
apiref
UserDefined
vmbuskernelmodeclientlibapi.h
FN_VMB_CHANNEL_START

FN_VMB_CHANNEL_START callback function

-description

[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 VmbChannelStart function moves a channel out of the paused state.

-parameters

-param Channel

A handle for a channel that this function modifies.

-prototype

//Declaration

FN_VMB_CHANNEL_START FnVmbChannelStart; 

// Definition

VOID FnVmbChannelStart 
(
	VMBCHANNEL Channel
)
{...}

-remarks

Important

This function is called through the VMBus Kernel Mode Client Library (KMCL) interface, provided by the Vmbkmcl.sys bus driver. This is a client function accessed from the KMCL_CLIENT_INTERFACE_V1 structure.

For more information, see the Remarks section of the KMCL_CLIENT_INTERFACE_V1.

-see-also