(IntPtr hHandle)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected