STOR_CRYPTO_OPERATION_INSERT_KEY structure (storport.h)

Reserved for system use.

Syntax

typedef struct _STOR_CRYPTO_OPERATION_INSERT_KEY {
  USHORT           Version;
  USHORT           Size;
  ULONG            KeyIndex;
  ULONG            CryptoCapabilityIndex;
  ULONG            DataUnitSizeBitmask;
  ULONG            KeySize;
  ULONG            Reserved;
  PVOID            KeyVirtualAddress;
  PHYSICAL_ADDRESS KeyPhysicalAddress;
} STOR_CRYPTO_OPERATION_INSERT_KEY, *PSTOR_CRYPTO_OPERATION_INSERT_KEY;

Members

Version

Reserved for system use.

Size

Reserved for system use.

KeyIndex

Reserved for system use.

CryptoCapabilityIndex

Reserved for system use.

DataUnitSizeBitmask

Reserved for system use.

KeySize

Reserved for system use.

Reserved

Reserved for system use.

KeyVirtualAddress

Reserved for system use.

KeyPhysicalAddress

Reserved for system use.

Requirements

Requirement Value
Minimum supported client Windows 8
Header storport.h