Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_OKValue: 0 Indicates that the protected session is in a valid state. |
D3D12_PROTECTED_SESSION_STATUS_INVALIDValue: 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 |