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

Method SetEvent

PerformanceMonitor/DebugMonitor.cs:109–110  ·  view source on GitHub ↗
(IntPtr hEvent)

Source from the content-addressed store, hash-verified

107 private static extern bool PulseEvent(IntPtr hEvent);
108
109 [DllImport("kernel32.dll")]
110 private static extern bool SetEvent(IntPtr hEvent);
111
112 [DllImport("kernel32.dll", SetLastError=true)]
113 private static extern IntPtr CreateFileMapping(IntPtr hFile,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected