// rxlog.h
typedef enum {
RX_LOG_UNINITIALIZED,
RX_LOG_ENABLED,
RX_LOG_DISABLED,
RX_LOG_ERROR
} RX_LOGGING_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
The RX_LOGGING_STATE enumeration defines the possible states of the logging system within the RDBSS (Redirected Drive Buffering SubSystem).
RX_LOG_UNINITIALIZEDThe logging system is uninitialized.
RX_LOG_ENABLEDThe logging system is enabled and operational.
RX_LOG_DISABLEDThe logging system is initialized but disabled.
RX_LOG_ERRORThere is an error condition within the logging system.