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