EVT_VMB_CHANNEL_PNP_FAILURE callback function (vmbuskernelmodeclientlibapi.h)
[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 EvtChannelPnpFailure callback function is invoked if the client endpoint in the guest virtual machine asynchronously fails to connect even though a PnP device was located.
Syntax
EVT_VMB_CHANNEL_PNP_FAILURE EvtVmbChannelPnpFailure;
void EvtVmbChannelPnpFailure(
[in] VMBCHANNEL Channel,
[in] NTSTATUS FailureStatus
)
{...}
Parameters
[in] Channel
The channel of the client endpoint.
[in] FailureStatus
A failure code.
Return value
None
Remarks
The VmbClientChannelInitSetTargetPnp function registers EvtChannelPnpFailure code to run in the event of this kind of failure.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | vmbuskernelmodeclientlibapi.h (include VmbusKernelModeClientLibApi.h) |
IRQL | PASSIVE_LEVEL |