[][src]Type Definition ntapi::ntzwapi::ZwQueryInformationProcess

type ZwQueryInformationProcess = unsafe extern "system" fn(ProcessHandle: HANDLE, ProcessInformationClass: PROCESSINFOCLASS, ProcessInformation: PVOID, ProcessInformationLength: ULONG, ReturnLength: PULONG) -> NTSTATUS;