Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_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. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11, version 24H2 |
| Header | rxlog.h |