STOR_CRYPTO_OPERATION structure (storport.h)

Reserved for system use.

Syntax

typedef struct _STOR_CRYPTO_OPERATION {
  STOR_CRYPTO_OPERATION_TYPE OperationType;
  ULONG                      OperationBufferLength;
  PVOID                      OperationBuffer;
} STOR_CRYPTO_OPERATION, *PSTOR_CRYPTO_OPERATION;

Members

OperationType

Reserved for system use.

OperationBufferLength

Reserved for system use.

OperationBuffer

Reserved for system use.

Remarks

Structure pointed to by the Parameters parameter when a miniport's HwStorAdapterControl routine is called with a ControlType of ScsiAdapterCryptoOperation.

Requirements

Requirement Value
Minimum supported client Windows 8
Header storport.h