Condividi tramite


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 si trova in uno stato funzionale.
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_KEY_LOST
La chiave hardware sottostante per il CryptoSession specificato è stata persa.
D3DWDDM2_0DDI_CRYPTO_SESSION_STATUS_KEY_AND_CONTENT_LOST
La chiave hardware sottostante per il cryptosession specificato è diventata persa e il contenuto protetto è danneggiato.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10
server minimo supportato Windows Server 2016
intestazione d3d10umddi.h (include D3d10umddi.h)