// 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 referenceNo description available.
Reserved for system use.
StorCryptoOperationInsertKeyReserved for system use.
StorCryptoOperationMaxReserved for system use.