// 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
No description available.
Reserved for system use.
OperationType
Reserved for system use.
OperationBufferLength
Reserved for system use.
OperationBuffer
Reserved for system use.
Structure pointed to by the Parameters parameter when a miniport's HwStorAdapterControl routine is called with a ControlType of ScsiAdapterCryptoOperation.