Skip to content

Latest commit

 

History

History
88 lines (61 loc) · 3.75 KB

ne-d3dumddi-_ddiauthenticatedchanneltype.md

File metadata and controls

88 lines (61 loc) · 3.75 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:d3dumddi._DDIAUTHENTICATEDCHANNELTYPE
_DDIAUTHENTICATEDCHANNELTYPE (d3dumddi.h)
The DDIAUTHENTICATEDCHANNELTYPE enumeration contains values that identify authenticated-channel types.
display\ddiauthenticatedchanneltype.htm
display
05/10/2018
DDIAUTHENTICATEDCHANNELTYPE enumeration
D3D_other_Structs_ac5c5f50-3e64-483f-86d1-a0cd99f0578b.xml, DDIAUTHENTICATEDCHANNELTYPE, DDIAUTHENTICATEDCHANNELTYPE enumeration [Display Devices], DDIAUTHENTICATEDCHANNEL_DRIVER_HARDWARE, DDIAUTHENTICATEDCHANNEL_DRIVER_SOFTWARE, _DDIAUTHENTICATEDCHANNELTYPE, d3dumddi/DDIAUTHENTICATEDCHANNELTYPE, d3dumddi/DDIAUTHENTICATEDCHANNEL_DRIVER_HARDWARE, d3dumddi/DDIAUTHENTICATEDCHANNEL_DRIVER_SOFTWARE, display.ddiauthenticatedchanneltype
d3dumddi.h
D3dumddi.h
Windows
DDIAUTHENTICATEDCHANNELTYPE is supported beginning with the Windows 7 operating system.
Windows
DDIAUTHENTICATEDCHANNELTYPE
_DDIAUTHENTICATEDCHANNELTYPE
d3dumddi/_DDIAUTHENTICATEDCHANNELTYPE
DDIAUTHENTICATEDCHANNELTYPE
d3dumddi/DDIAUTHENTICATEDCHANNELTYPE
APIRef
kbSyntax
HeaderDef
d3dumddi.h
_DDIAUTHENTICATEDCHANNELTYPE
DDIAUTHENTICATEDCHANNELTYPE

_DDIAUTHENTICATEDCHANNELTYPE enumeration

-description

The DDIAUTHENTICATEDCHANNELTYPE enumeration contains values that identify authenticated-channel types.

-enum-fields

-field DDIAUTHENTICATEDCHANNEL_DRIVER_SOFTWARE

The value specifies that the authenticated-channel type is software.

-field DDIAUTHENTICATEDCHANNEL_DRIVER_HARDWARE

The value specifies that the authenticated-channel type is hardware.

-remarks

The user-mode display driver receives a DDIAUTHENTICATEDCHANNELTYPE-typed value in the ChannelType member of the DDICERTIFICATEINFO structure. The pInfo member of the D3DDDIARG_GETCAPS structure points to this DDICERTIFICATEINFO structure when the driver's GetCaps function is called with the D3DDDICAPS_GETCERTIFICATE value set in the Type member of D3DDDIARG_GETCAPS.

The Microsoft Direct3D runtime specifies a DDIAUTHENTICATEDCHANNELTYPE-typed value in the ChannelType member of the D3DDDIARG_CREATEAUTHENTICATEDCHANNEL structure that the pData parameter points to in a call to the driver's CreateAuthenticatedChannel function.

-see-also

CreateAuthenticatedChannel

D3DDDIARG_CREATEAUTHENTICATEDCHANNEL

D3DDDIARG_GETCAPS

DDICERTIFICATEINFO

GetCaps