STORAGE_CRYPTO_CAPABILITY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddstor-_storage_crypto_capability)

_STORAGE_CRYPTO_CAPABILITY structure

Description

Reserved for system use.

Members

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.