The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
D3D11_CRYPTO_SESSION_STATUS enumeration
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 } D3D11_CRYPTO_SESSION_STATUS;
Constants
- D3D11_CRYPTO_SESSION_STATUS_OK
-
The ID3D11CryptoSession is in a functional state.
- D3D11_CRYPTO_SESSION_STATUS_KEY_LOST
-
The underlying hardware key for the specified ID3D11CryptoSession has become lost.
- D3D11_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST
-
The underlying hardware key for the specified ID3D11CryptoSession has become lost and protected content has become corrupted.
Requirements
|
Header |
|
|---|
See also
Show: