2 references to NamePtr
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
1166
if( pi.
NamePtr
== IntPtr.Zero) {
1179
string processName = GetProcessShortName(Marshal.PtrToStringUni(pi.
NamePtr
, pi.NameLength/sizeof(char)));