Skip to main content

ZwSetInformationJobObject

Function ZwSetInformationJobObject 

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