VfZwSetInformationJobObject

NTSTATUS __stdcall VfZwSetInformationJobObject(
        VOID *JobHandle,
        _JOBOBJECTINFOCLASS JobObjectInformationClass,
        VOID *JobObjectInformation,
        UINT64 JobObjectInformationLength){
  unsigned int v4; 
  VOID *retaddr; 

  v4 = JobObjectInformationLength;
  if( (unsigned int)ViZwShouldCheck() )
    ViZwCheckVirtualAddress((UINT64)JobObjectInformation, retaddr);
  return((__int64(__fastcall *)(VOID *, _QWORD, VOID *, _QWORD))pXdvZwSetInformationJobObject)(
           JobHandle,
           (unsigned int)JobObjectInformationClass,
           JobObjectInformation,
           v4);
}

Referenced by:

No references.