// storport.h
typedef struct _STOR_CRYPTO_CAPABILITIES_DATA {
ULONG Version;
ULONG Size;
USHORT NumKeysSupported;
USHORT NumCryptoCapabilities;
STOR_CRYPTO_CAPABILITY CryptoCapabilities[ANYSIZE_ARRAY];
} STOR_CRYPTO_CAPABILITIES_DATA, *PSTOR_CRYPTO_CAPABILITIES_DATA;
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.