enumerazione D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS (d3d10umddi.h)

Fornisce informazioni sullo stato per un oggetto CryptoSession esistente.

Sintassi

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
} ;

Costanti

 
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_OK
L'oggetto CryptoSession è in uno stato funzionale.
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_KEY_LOST
La chiave hardware sottostante per l'oggetto CryptoSession specificato è stata persa.
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST
La chiave hardware sottostante per il cryptosession specificato è diventata perduta e il contenuto protetto è diventato danneggiato.

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Windows Server 2016
Intestazione d3d10umddi.h (include D3d10umddi.h)