STOR_CRYPTO_CAPABILITIES_DATA - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-storport-_stor_crypto_capabilities_data)

STOR_CRYPTO_CAPABILITIES_DATA 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.