Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The VmbServerChannelInitSetFlags function sets flags unique to server channel endpoints.
Syntax
FN_VMB_SERVER_CHANNEL_INIT_SET_FLAGS FnVmbServerChannelInitSetFlags;
NTSTATUS FnVmbServerChannelInitSetFlags(
VMBCHANNEL Channel,
UINT32 Flags
)
{...}
Parameters
Channel
A handle for a channel.
Flags
A collection of bit flags to set.
Return value
VmbServerChannelInitSetFlags returns the following status values:
Return code | Description |
---|---|
|
The Channel value was invalid or in an invalid state, such as Disabled. |
|
The Flags value has invalid bits set. |
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 server-only function accessed from the KMCL_SERVER_ONLY_METHODS structure.
For more information, see the Remarks section of KMCL_SERVER_ONLY_METHODS.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | vmbuskernelmodeclientlibapi.h |