2 instantiations of TokenPrivileges
System (2)
services\monitoring\system\diagnosticts\Process.cs (1)
1477
NativeMethods.TokenPrivileges tkp = new NativeMethods.
TokenPrivileges
();
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
114
NativeMethods.TokenPrivileges tp = new NativeMethods.
TokenPrivileges
();
3 references to TokenPrivileges
System (3)
compmod\microsoft\win32\NativeMethods.cs (1)
1366
TokenPrivileges
NewState,
services\monitoring\system\diagnosticts\Process.cs (1)
1477
NativeMethods.
TokenPrivileges
tkp = new NativeMethods.TokenPrivileges();
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
114
NativeMethods.
TokenPrivileges
tp = new NativeMethods.TokenPrivileges();