// 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 referenceNo description available.
Provides status information for an existing CryptoSession object.
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.