// ntddstor.h
typedef struct _STORAGE_CRYPTO_DESCRIPTOR {
ULONG Version;
ULONG Size;
ULONG NumKeysSupported;
ULONG NumCryptoCapabilities;
STORAGE_CRYPTO_CAPABILITY CryptoCapabilities[ANYSIZE_ARRAY];
} STORAGE_CRYPTO_DESCRIPTOR, *PSTORAGE_CRYPTO_DESCRIPTOR;
View the official Windows Driver Kit DDI referenceNo description available.
Reserved for system use.
VersionReserved for system use.
SizeReserved for system use.
NumKeysSupportedReserved for system use.
NumCryptoCapabilitiesReserved for system use.
CryptoCapabilitiesReserved for system use.