Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions docs/Reference/Built-In/WinEventLogLib/EventLogTypeConstants.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/Reference/Built-In/WinEventLogLib/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ The three other Windows Event Log entry types --- **Warning**, **Audit Success**
- [New](EventLog#new) -- constructs an **EventLog** instance bound to a single source name
- [Register](EventLog#register) -- writes the registry entries that declare this EXE as the message provider for the source

## Enumerations

- [EventLogTypeConstants](EventLogTypeConstants) -- the Windows Event Log entry-type constants (`EVENTLOG_SUCCESS`, `EVENTLOG_ERROR_TYPE`, etc.) passed to `ReportEventW`

## Modules

- [EventLogHelperPublic](EventLogHelperPublic) -- the low-level registry helper underlying [**EventLog.Register**](EventLog#register); call it directly only when a category count must be supplied without using the generic class
Expand Down