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