| Event Type |
Description |
| EVENTLOG_INFORMATION_TYPE |
Information events indicate a situation or an operation that occurred that is not problematic to the application or system-for example, the starting or stopping of a service application. |
| EVENTLOG_WARNING_TYPE |
Warning events signify potential or future problem situations-for example, relatively low memory or disk space, which might become problematic if resources continue to be consumed. |
| EVENTLOG_ERROR_TYPE |
Error events are logged when an application or a system component actually failed some part of its functionality-for example, an inability to write data to a disk, which resulted in data loss. |
| EVENTLOG_AUDIT_SUCCESS |
Success audit events are logged by Windows security when an audited action is performed successfully. |
| EVENTLOG_AUDIT_FAILURE |
Failure audit events are logged by Windows security when an audited action is attempted and fails. |