D3D11_CRYPTO_SESSION_STATUS enumeration (d3d11_1.h)
Represents the status of an ID3D11CryptoSession interface.
Syntax
typedef enum D3D11_CRYPTO_SESSION_STATUS {
D3D11_CRYPTO_SESSION_STATUS_OK = 0,
D3D11_CRYPTO_SESSION_STATUS_KEY_LOST = 1,
D3D11_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST = 2
} ;
Constants
D3D11_CRYPTO_SESSION_STATUS_OK Value: 0 The ID3D11CryptoSession is in a functional state. |
D3D11_CRYPTO_SESSION_STATUS_KEY_LOST Value: 1 The underlying hardware key for the specified ID3D11CryptoSession has become lost. |
D3D11_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST Value: 2 The underlying hardware key for the specified ID3D11CryptoSession has become lost and protected content has become corrupted. |
Requirements
Requirement | Value |
---|---|
Header | d3d11_1.h |