pub fn nt_query_information_process(
handle: HANDLE,
process_information_class: u32,
process_information: PVOID,
length: u32,
return_length: *mut u32,
) -> i32Expand description
Dynamically calls NtQueryInformationProcess.
It will return the NTSTATUS value returned by the call.