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

Method PulseEvent

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

Source from the content-addressed store, hash-verified

104 private static extern IntPtr CreateEvent(ref SECURITY_ATTRIBUTES sa, bool bManualReset, bool bInitialState, string lpName);
105
106 [DllImport("kernel32.dll")]
107 private static extern bool PulseEvent(IntPtr hEvent);
108
109 [DllImport("kernel32.dll")]
110 private static extern bool SetEvent(IntPtr hEvent);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected