// ntddstor.h
typedef struct _STORAGE_CRYPTO_CAPABILITY_V2 {
ULONG Version;
ULONG Size;
ULONG CryptoCapabilityIndex;
STORAGE_CRYPTO_ALGORITHM_ID AlgorithmId;
STORAGE_CRYPTO_KEY_SIZE KeySize;
ULONG DataUnitSizeBitmask;
USHORT MaxIVBitSize;
USHORT Reserved;
STORAGE_SECURITY_COMPLIANCE_BITMASK SecurityComplianceBitmask;
} STORAGE_CRYPTO_CAPABILITY_V2, *PSTORAGE_CRYPTO_CAPABILITY_V2;
View the official Windows Driver Kit DDI referenceNo description available.
Microsoft reserves the STORAGE_CRYPTO_CAPABILITY_V2 structure for internal use only. Don't use this structure in your code.
VersionReserved for system use.
SizeReserved for system use.
CryptoCapabilityIndexReserved for system use.
AlgorithmIdReserved for system use.
KeySizeReserved for system use.
DataUnitSizeBitmaskReserved for system use.
MaxIVBitSizeReserved for system use.
ReservedReserved for system use.
SecurityComplianceBitmaskReserved for system use.
SecurityComplianceBitmask.FIPSReserved for system use.
SecurityComplianceBitmask.ReservedReserved for system use.
SecurityComplianceBitmask.AsUcharReserved for system use.