D3DDDIARG_CREATEAUTHENTICATEDCHANNEL - NtDoc

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

typedef struct _D3DDDIARG_CREATEAUTHENICATEDCHANNEL {
  [in]  DDIAUTHENTICATEDCHANNELTYPE ChannelType;
  [out] HANDLE                      hChannel;
} D3DDDIARG_CREATEAUTHENTICATEDCHANNEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_createauthenicatedchannel)

_D3DDDIARG_CREATEAUTHENICATEDCHANNEL structure

Description

The D3DDDIARG_CREATEAUTHENTICATEDCHANNEL structure identifies a channel to create.

Members

ChannelType [in]

A DDIAUTHENTICATEDCHANNELTYPE-typed value that indicates the channel type to create. This member can be one of the following values.

Value Meaning
DDIAUTHENTICATEDCHANNEL_DRIVER_SOFTWARE (2) The authenticated-channel type is software.
DDIAUTHENTICATEDCHANNEL_DRIVER_HARDWARE (3) The authenticated-channel type is hardware.

hChannel [out]

A handle to the channel. The user-mode display driver's CreateAuthenticatedChannel function returns this handle to the Microsoft Direct3D runtime.

See also

CreateAuthenticatedChannel

DDIAUTHENTICATEDCHANNELTYPE