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.
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) |