D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL structure
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
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/29/2012
