STOR_CRYPTO_CAPABILITIES_DATA structure (storport.h)

Reserved for system use.

Syntax

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;

Members

Version

Reserved for system use.

Size

Reserved for system use.

NumKeysSupported

Reserved for system use.

NumCryptoCapabilities

Reserved for system use.

CryptoCapabilities[ANYSIZE_ARRAY]

Reserved for system use.

Requirements

Requirement Value
Minimum supported client Windows 8
Header storport.h