You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HANDLE is appropriately tagged as being closed via CloseHandle. EventLogHandle should be closed with CloseEventLog.
So why does CloseEventLog take a HANDLE instead of an EventLogHandle?
Issue also appears:
LsaDeregisterLogonProcess similarly takes HANDLE instead of LsaHandle.
The text was updated successfully, but these errors were encountered:
AArnott
changed the title
CloseEventLog takes HANDLE parameter instead of EventLogHandle
Handle release methods take HANDLE instead of their own typedef
Feb 23, 2021
From the metadata:
HANDLE
is appropriately tagged as being closed viaCloseHandle
.EventLogHandle
should be closed withCloseEventLog
.So why does
CloseEventLog
take aHANDLE
instead of anEventLogHandle
?Issue also appears:
LsaDeregisterLogonProcess
similarly takesHANDLE
instead ofLsaHandle
.The text was updated successfully, but these errors were encountered: