// 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 referenceNo description available.
Specifies the attributes of the authenticated channel to be created by the user-mode driver's CreateAuthenticatedChannel(D3D11_1) function.
ChannelTypeSpecifies the type of channel, as a member of the D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE enumeration.
hChannelA handle to the authenticated channel object.
CreateAuthenticatedChannel(D3D11_1)
D3D11_1DDI_AUTHENTICATED_CHANNEL_TYPE