STOR_CRYPTO_OPERATION_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-storport-_stor_crypto_operation_type)

STOR_CRYPTO_OPERATION_TYPE enumeration

Description

Reserved for system use.

Constants

StorCryptoOperationInsertKey

Reserved for system use.

StorCryptoOperationMax

Reserved for system use.