Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

D3D12_PROTECTED_SESSION_STATUS enumeration (d3d12.h)

Defines constants that specify protected session status.

Syntax

typedef enum D3D12_PROTECTED_SESSION_STATUS {
 D3D12_PROTECTED_SESSION_STATUS_OK = 0,
 D3D12_PROTECTED_SESSION_STATUS_INVALID = 1
} ;

Constants

 
D3D12_PROTECTED_SESSION_STATUS_OK
Value: 0
Indicates that the protected session is in a valid state.
D3D12_PROTECTED_SESSION_STATUS_INVALID
Value: 1
Indicates that the protected session is not in a valid state.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header d3d12.h

Feedback

Was this page helpful?

Additional resources