(ref SECURITY_ATTRIBUTES sa, bool bManualReset, bool bInitialState, string lpName)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected