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;
Members
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
. Questo campo è TRUE se il dispositivo supporta la crittografia automatica; in caso contrario, è FALSE.
Commenti
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_IDdi StorageDeviceSelfEncryptionProperty.
Requisiti
Requisito | Valore |
---|---|
Server minimo supportato | Windows Server 2022 |
Intestazione | ntddstor.h |