2.2.3.10.4 Event Log Flags
The Event Log Flags specify events for a print server to log in its internal event log, for use with Server Handle Key Values (section 2.2.3.10). These flags can be combined to specify multiple options.
Name/value |
Description |
---|---|
EVENTLOG_ERROR_TYPE 0x00000001 |
An event that indicates a significant problem such as loss of data or loss of functionality. For example, a service fails to load during startup. |
EVENTLOG_WARNING_TYPE 0x00000002 |
An event that is not necessarily significant, but might indicate a possible future problem. For example, disk space is low. If an application can recover from an event without loss of functionality or data, it can classify the event as a warning. |
EVENTLOG_INFORMATION_TYPE 0x00000004 |
An event that describes the successful operation of an application, driver, or service. For example, a network driver loads successfully. |
EVENTLOG_AUDIT_SUCCESS 0x00000008 |
An event that records an audited security access attempt that is successful. For example, a user's attempt to log onto a system is successful. |
EVENTLOG_AUDIT_FAILURE 0x00000010 |
An event that records an audited security access attempt that fails. For example, a user's attempt to access a network drive fails. |