D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS enumeration (d3d10umddi.h)

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_OK
The CryptoSession object is in a functional state.
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_KEY_LOST
The underlying hardware key for the specified CryptoSession has become lost.
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST
The 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)