D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL {
  D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE ChannelType;
  HANDLE                                hChannel;
} D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddiarg_createauthenticatedchannel)

D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL structure

Description

Specifies the attributes of the authenticated channel to be created by the user-mode driver's CreateAuthenticatedChannel(D3D11_1) function.

Members

ChannelType

Specifies the type of channel, as a member of the D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE enumeration.

hChannel

A handle to the authenticated channel object.

See also

CreateAuthenticatedChannel(D3D11_1)

D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE