Skip to content

Commit

Permalink
Problem with the dwreadflags parameter of the ReadEventLog function. F…
Browse files Browse the repository at this point in the history
…ixed #2028.
  • Loading branch information
mikebattista committed Dec 3, 2024
1 parent de9da38 commit f11f8d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
13 changes: 9 additions & 4 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -17813,14 +17813,19 @@
},
{
"name": "READ_EVENT_LOG_READ_FLAGS",
"flags": true,
"members": [
{
"name": "EVENTLOG_SEEK_READ",
"value": "2"
"name": "EVENTLOG_SEEK_READ"
},
{
"name": "EVENTLOG_SEQUENTIAL_READ",
"value": "1"
"name": "EVENTLOG_SEQUENTIAL_READ"
},
{
"name": "EVENTLOG_FORWARDS_READ"
},
{
"name": "EVENTLOG_BACKWARDS_READ"
}
],
"uses": [
Expand Down
6 changes: 6 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7074,3 +7074,9 @@ Windows.Win32.UI.Input.GameInput.IGameInputReading added
Windows.Win32.Storage.FileSystem.Apis.GetFileInformationByName added
# Namespace of IsCharLowerW seems wrong #2030
Windows.Win32.UI.Controls.Apis.IsCharLowerW => Windows.Win32.UI.WindowsAndMessaging.Apis.IsCharLowerW
# Problem with the dwreadflags parameter of the ReadEventLog function #2028
Windows.Win32.System.EventLog.READ_EVENT_LOG_READ_FLAGS : => [Flags]
Windows.Win32.System.EventLog.READ_EVENT_LOG_READ_FLAGS.EVENTLOG_BACKWARDS_READ added
Windows.Win32.System.EventLog.READ_EVENT_LOG_READ_FLAGS.EVENTLOG_FORWARDS_READ added
Windows.Win32.System.SystemServices.Apis.EVENTLOG_BACKWARDS_READ removed
Windows.Win32.System.SystemServices.Apis.EVENTLOG_FORWARDS_READ removed

0 comments on commit f11f8d6

Please sign in to comment.