STORAGE_CRYPTO_DESCRIPTOR - NtDoc

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

NtDoc

No description available.

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

_STORAGE_CRYPTO_DESCRIPTOR structure

Description

Reserved for system use.

Members

Version

Reserved for system use.

Size

Reserved for system use.

NumKeysSupported

Reserved for system use.

NumCryptoCapabilities

Reserved for system use.

CryptoCapabilities

Reserved for system use.