Condividi tramite


struttura STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY (ntddstor.h)

STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY è la struttura usata quando un chiamante invia IOCTL_STORAGE_QUERY_PROPERTY per verificare se un dispositivo supporta la crittografia automatica.

Sintassi

typedef struct _STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY {
  ULONG   Version;
  ULONG   Size;
  BOOLEAN SupportsSelfEncryption;
} STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY, *PSTORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY;

Membri

Version

Versione di questa struttura. Impostare su sizeof(STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY).

Size

Dimensioni di questa struttura, in byte. Deve essere >= sizeof(STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY).

SupportsSelfEncryption

Valore booleano. Questo campo è TRUE se il dispositivo supporta la crittografia automatica; in caso contrario, è FALSE.

Osservazioni

STORAGE_DEVICE_SELF_ENCRYPTION_PROPERTY viene usato come buffer di output in cui restituire il risultato quando un chiamante invia IOCTL_STORAGE_QUERY_PROPERTY con un valore STORAGE_PROPERTY_ID di StorageDeviceSelfEncryptionProperty.

Fabbisogno

Requisito Valore
server minimo supportato Windows Server 2022
intestazione ntddstor.h

Vedere anche

IOCTL_STORAGE_QUERY_PROPERTY

STORAGE_PROPERTY_ID

STORAGE_PROPERTY_QUERY

STORAGE_QUERY_TYPE