Skip to content

Commit

Permalink
EventLog handle fixes for #720.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Nov 10, 2021
1 parent 6b78576 commit 94e4cdb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions generation/WinSDK/emitter.settings.rsp
Expand Up @@ -208,12 +208,24 @@ OpenPrivateNamespaceW::return=NamespaceHandle
CreateBoundaryDescriptorA::return=BoundaryDescriptorHandle
CreateBoundaryDescriptorW::return=BoundaryDescriptorHandle
DeleteBoundaryDescriptor::BoundaryDescriptor=BoundaryDescriptorHandle
BackupEventLogA::hEventLog=EventLogHandle
BackupEventLogW::hEventLog=EventLogHandle
ClearEventLogA::hEventLog=EventLogHandle
ClearEventLogW::hEventLog=EventLogHandle
GetEventLogInformation::hEventLog=EventLogHandle
GetNumberOfEventLogRecords::hEventLog=EventLogHandle
GetOldestEventLogRecord::hEventLog=EventLogHandle
NotifyChangeEventLog::hEventLog=EventLogHandle
OpenBackupEventLogA::return=EventLogHandle
OpenBackupEventLogW::return=EventLogHandle
OpenEventLogA::return=EventLogHandle
OpenEventLogW::return=EventLogHandle
ReadEventLogA::hEventLog=EventLogHandle
ReadEventLogW::hEventLog=EventLogHandle
RegisterEventSourceA::return=EventSourceHandle
RegisterEventSourceW::return=EventSourceHandle
OpenBackupEventLogA::return=EventLogHandle
OpenBackupEventLogW::return=EventLogHandle
ReportEventA::hEventLog=EventSourceHandle
ReportEventW::hEventLog=EventSourceHandle
SHChangeNotification_Lock::return=ShFindChangeNotificationHandle
WTSVirtualChannelOpen::return=HwtsVirtualChannelHandle
WTSVirtualChannelOpenEx::return=HwtsVirtualChannelHandle
Expand Down
4 changes: 2 additions & 2 deletions scripts/BaselineWinmd/Windows.Win32.winmd
Git LFS file not shown

0 comments on commit 94e4cdb

Please sign in to comment.