STOR_CRYPTO_OPERATION - NtDoc

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

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

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use.

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.