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

Method WaitForSingleObject

PerformanceMonitor/DebugMonitor.cs:120–121  ·  view source on GitHub ↗
(IntPtr handle, uint milliseconds)

Source from the content-addressed store, hash-verified

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);
122 #endregion
123
124 /// <summary>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected