RX_LOGGING_STATE enumeration (rxlog.h)
The RX_LOGGING_STATE enumeration defines the possible states of the logging system within the RDBSS (Redirected Drive Buffering SubSystem).
Syntax
typedef enum {
RX_LOG_UNINITIALIZED,
RX_LOG_ENABLED,
RX_LOG_DISABLED,
RX_LOG_ERROR
} RX_LOGGING_STATE;
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. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | rxlog.h |