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

Method CreateEvent

PerformanceMonitor/DebugMonitor.cs:103–104  ·  view source on GitHub ↗
(ref SECURITY_ATTRIBUTES sa, bool bManualReset, bool bInitialState, string lpName)

Source from the content-addressed store, hash-verified

101 private static extern bool SetSecurityDescriptorDacl(ref SECURITY_DESCRIPTOR sd, bool daclPresent, IntPtr dacl, bool daclDefaulted);
102
103 [DllImport("kernel32.dll")]
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected