(IntPtr lpBaseAddress)
| 92 | uint dwNumberOfBytesToMap); |
| 93 | |
| 94 | [DllImport("kernel32.dll", SetLastError = true)] |
| 95 | private static extern bool UnmapViewOfFile(IntPtr lpBaseAddress); |
| 96 | |
| 97 | [DllImport("advapi32.dll", SetLastError=true)] |
| 98 | private static extern bool InitializeSecurityDescriptor(ref SECURITY_DESCRIPTOR sd, uint dwRevision); |
nothing calls this directly
no outgoing calls
no test coverage detected