Condividi tramite


struttura STOR_CRYPTO_OPERATION_INSERT_KEY (storport.h)

Riservato per l'utilizzo nel sistema.

Sintassi

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

Riservato per l'utilizzo nel sistema.

Size

Riservato per l'utilizzo nel sistema.

KeyIndex

Riservato per l'utilizzo nel sistema.

CryptoCapabilityIndex

Riservato per l'utilizzo nel sistema.

DataUnitSizeBitmask

Riservato per l'utilizzo nel sistema.

KeySize

Riservato per l'utilizzo nel sistema.

Reserved

Riservato per l'utilizzo nel sistema.

KeyVirtualAddress

Riservato per l'utilizzo nel sistema.

KeyPhysicalAddress

Riservato per l'utilizzo nel sistema.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Intestazione storport.h