Freigeben über


STOR_CRYPTO_OPERATION_INSERT_KEY-Struktur (storport.h)

Ist für das System reserviert.

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;

Member

Version

Ist für das System reserviert.

Size

Ist für das System reserviert.

KeyIndex

Ist für das System reserviert.

CryptoCapabilityIndex

Ist für das System reserviert.

DataUnitSizeBitmask

Ist für das System reserviert.

KeySize

Ist für das System reserviert.

Reserved

Ist für das System reserviert.

KeyVirtualAddress

Ist für das System reserviert.

KeyPhysicalAddress

Ist für das System reserviert.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8
Kopfzeile storport.h