D3DDDI_CERTIFICATETYPE - NtDoc

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

typedef enum _D3DDDI_CERTIFICATETYPE {
  D3DDDI_CERTTYPE_AUTHENTICATED_CHANNEL,
  D3DDDI_CERTTYPE_CRYPTOSESSION
} D3DDDI_CERTIFICATETYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dumddi-_d3dddi_certificatetype)

_D3DDDI_CERTIFICATETYPE enumeration

Description

The D3DDDI_CERTIFICATETYPE enumeration contains values that identify certificate types.

Constants

D3DDDI_CERTTYPE_AUTHENTICATED_CHANNEL

The value specifies that the certificate type is an authenticated channel.

D3DDDI_CERTTYPE_CRYPTOSESSION

The value specifies that the certificate type is an encryption session.

Remarks

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

See also

D3DDDIARG_GETCAPS

DDICERTIFICATEINFO

GetCaps