Function windows_native::ntzwapi::ZwQueryInformationProcess
source · pub unsafe extern "system" fn ZwQueryInformationProcess(
ProcessHandle: HANDLE,
ProcessInformationClass: PROCESSINFOCLASS,
ProcessInformation: *mut c_void,
ProcessInformationLength: u32,
ReturnLength: *mut u32
) -> NTSTATUS