RX_LOGGING_STATE - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-rxlog-rx_logging_state)

Description

The RX_LOGGING_STATE enumeration defines the possible states of the logging system within the RDBSS (Redirected Drive Buffering SubSystem).

Constants

RX_LOG_UNINITIALIZED

The logging system is uninitialized.

RX_LOG_ENABLED

The logging system is enabled and operational.

RX_LOG_DISABLED

The logging system is initialized but disabled.

RX_LOG_ERROR

There is an error condition within the logging system.