MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / CloseHandle

Method CloseHandle

PerformanceMonitor/DebugMonitor.cs:117–118  ·  view source on GitHub ↗
(IntPtr hHandle)

Source from the content-addressed store, hash-verified

115 uint dwMaximumSizeLow, string lpName);
116
117 [DllImport("kernel32.dll", SetLastError=true)]
118 private static extern bool CloseHandle(IntPtr hHandle);
119
120 [DllImport("kernel32", SetLastError=true, ExactSpelling=true)]
121 private static extern Int32 WaitForSingleObject(IntPtr handle, uint milliseconds);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected