D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

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
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3dwddm2_0ddi_crypto_session_status)

D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS enumeration

Description

Provides status information for an existing CryptoSession object.

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.