Function NtQueryInformationProcess [src]
Prototype
pub extern "ntdll" fn NtQueryInformationProcess( ProcessHandle: HANDLE, ProcessInformationClass: PROCESSINFOCLASS, ProcessInformation: *anyopaque, ProcessInformationLength: ULONG, ReturnLength: ?*ULONG, ) callconv(.winapi) NTSTATUS
Parameters
ProcessHandle: HANDLE
ProcessInformationClass: PROCESSINFOCLASS
ProcessInformation: *anyopaque
ProcessInformationLength: ULONG
ReturnLength: ?*ULONG
Source
pub extern "ntdll" fn NtQueryInformationProcess(
ProcessHandle: HANDLE,
ProcessInformationClass: PROCESSINFOCLASS,
ProcessInformation: *anyopaque,
ProcessInformationLength: ULONG,
ReturnLength: ?*ULONG,
) callconv(.winapi) NTSTATUS