STORAGE_CRYPTO_CAPABILITY structure (ntddstor.h)
Reserved for system use.
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;
Version
Reserved for system use.
Size
Reserved for system use.
CryptoCapabilityIndex
Reserved for system use.
AlgorithmId
Reserved for system use.
KeySize
Reserved for system use.
DataUnitSizeBitmask
Reserved for system use.
Requirement | Value |
---|---|
Header | ntddstor.h |