2 instantiations of LUID
System (2)
services\monitoring\system\diagnosticts\Process.cs (1)
1461NativeMethods.LUID debugValue = new NativeMethods.LUID();
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
100NativeMethods.LUID luid = new NativeMethods.LUID();
4 references to LUID
System (4)
compmod\microsoft\win32\NativeMethods.cs (2)
1360public static extern bool LookupPrivilegeValue([MarshalAs(UnmanagedType.LPTStr)] string lpSystemName, [MarshalAs(UnmanagedType.LPTStr)] string lpName, out LUID lpLuid); 1501public LUID Luid;
services\monitoring\system\diagnosticts\Process.cs (1)
1461NativeMethods.LUID debugValue = new NativeMethods.LUID();
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
100NativeMethods.LUID luid = new NativeMethods.LUID();