2 references to LookupPrivilegeValue
System (2)
services\monitoring\system\diagnosticts\Process.cs (1)
1473if (!NativeMethods.LookupPrivilegeValue(null, privilegeName, out debugValue)) {
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
101if (!NativeMethods.LookupPrivilegeValue(null, "SeDebugPrivilege", out luid)) {