Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides status information for an existing CryptoSession object.
Syntax
typedef enum D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS {
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_OK,
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_KEY_LOST,
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST
} ;
Constants
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_OKThe CryptoSession object is in a functional state. |
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_KEY_LOSTThe underlying hardware key for the specified CryptoSession has become lost. |
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOSTThe underlying hardware key for the specified CryptoSession has become lost and protected content has become corrupted. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Minimum supported server | Windows Server 2016 |
| Header | d3d10umddi.h (include D3d10umddi.h) |