3 references to NtQueryInformationProcess
Microsoft.VisualStudio.Extensibility.Testing.Xunit (3)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\VisualStudioInstance.cs (1)
177
var status = Windows.Wdk.PInvoke.
NtQueryInformationProcess
((HANDLE)process.Handle, PROCESSINFOCLASS.ProcessBasicInformation, &pbi, (uint)Marshal.SizeOf<PROCESS_BASIC_INFORMATION>(), &returnLength);
Windows.Wdk.PInvoke.ntdll.dll.g.cs (2)
26
/// <inheritdoc cref="
NtQueryInformationProcess
(global::Windows.Win32.Foundation.HANDLE, winmdroot.System.Threading.PROCESSINFOCLASS, void*, uint, uint*)"/>
31
global::Windows.Win32.Foundation.NTSTATUS __result = PInvoke.
NtQueryInformationProcess
(ProcessHandle, ProcessInformationClass, ProcessInformation, ProcessInformationLength, ReturnLengthLocal);