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
If the "Close" function is not in the current namespace, we must search all namespaces for it. Example: EventLogHandle is defined in Windows.Win32.WindowsProgramming, but CloseEventLog is defined in Windows.Win32.WindowsServices
If the "Close" function is not in the current namespace, we must search all namespaces for it. Example:
EventLogHandle
is defined inWindows.Win32.WindowsProgramming
, butCloseEventLog
is defined inWindows.Win32.WindowsServices
Option one: use qualified names:
Option 2: keep strongly typed handles and "Close" functions in the same namespace.
Other examples:
EventSourceHandle
,HeapHandle
,HCOLORSPACE
,HCURSOR
,HICON
The text was updated successfully, but these errors were encountered: