3 references to ProcessBasicInformation
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
ProcessCodeMethods.cs (3)
95
var res = NtQueryInformationProcess(handle, 0, out
var
pbi, Marshal.SizeOf<
ProcessBasicInformation
>(), out int size);
214
out
ProcessBasicInformation
processInformation,