// ntddstor.h
typedef struct _STORAGE_CRYPTO_CAPABILITY {
ULONG Version;
ULONG Size;
ULONG CryptoCapabilityIndex;
STORAGE_CRYPTO_ALGORITHM_ID AlgorithmId;
STORAGE_CRYPTO_KEY_SIZE KeySize;
ULONG DataUnitSizeBitmask;
} STORAGE_CRYPTO_CAPABILITY, *PSTORAGE_CRYPTO_CAPABILITY;
View the official Windows Driver Kit DDI referenceNo description available.
Reserved for system use.
VersionReserved for system use.
SizeReserved for system use.
CryptoCapabilityIndexReserved for system use.
AlgorithmIdReserved for system use.
KeySizeReserved for system use.
DataUnitSizeBitmaskReserved for system use.