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