D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL structure (d3d10umddi.h)

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

Syntax

typedef struct D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL {
  D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE ChannelType;
  HANDLE                                hChannel;
} D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL;

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.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3d10umddi.h (include D3d10umddi.h)

See also

CreateAuthenticatedChannel(D3D11_1)

D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE