STORAGE_CRYPTO_CAPABILITY structure (ntddstor.h)

Reserved for system use.

Syntax

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;

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.

Requirements

Requirement Value
Header ntddstor.h