// storport.h
typedef enum _STOR_CRYPTO_OPERATION_TYPE {
StorCryptoOperationInsertKey,
StorCryptoOperationMax
} STOR_CRYPTO_OPERATION_TYPE, *PSTOR_CRYPTO_OPERATION_TYPE;
View the official Windows Driver Kit DDI reference
No description available.
Reserved for system use.
StorCryptoOperationInsertKey
Reserved for system use.
StorCryptoOperationMax
Reserved for system use.