STOR_CRYPTO_KEY_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

typedef struct _STOR_CRYPTO_KEY_INFO {
  ULONG     Version;
  ULONG     Size;
  ULONG     KeyIndex;
  ULONGLONG Tweak;
} STOR_CRYPTO_KEY_INFO, *PSTOR_CRYPTO_KEY_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

STOR_CRYPTO_KEY_INFO structure

Description

Reserved for system use.

Members

Version

Reserved for system use.

Size

Reserved for system use.

KeyIndex

Reserved for system use.

Tweak

Reserved for system use.