D3DKMT_PROTECTED_SESSION_STATUS - NtDoc

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

typedef enum _D3DKMT_PROTECTED_SESSION_STATUS {
  D3DKMT_PROTECTED_SESSION_STATUS_OK,
  D3DKMT_PROTECTED_SESSION_STATUS_INVALID
} D3DKMT_PROTECTED_SESSION_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-_d3dkmt_protected_session_status)

_D3DKMT_PROTECTED_SESSION_STATUS enumeration

Description

Indicates the status of the protected session.

Constants

D3DKMT_PROTECTED_SESSION_STATUS_OK

Indicates that the status is okay.

D3DKMT_PROTECTED_SESSION_STATUS_INVALID

Indicates that the status is invalid.