Skip to main content

NtQueryInformationJobObject

Function NtQueryInformationJobObject 

Source
pub unsafe extern "system" fn NtQueryInformationJobObject(
    JobHandle: HANDLE,
    JobObjectInformationClass: JOBOBJECTINFOCLASS,
    JobObjectInformation: PVOID,
    JobObjectInformationLength: ULONG,
    ReturnLength: PULONG,
) -> NTSTATUS