VfZwSetInformationObject

NTSTATUS __stdcall VfZwSetInformationObject(
        VOID *Handle,
        _OBJECT_INFORMATION_CLASS ObjectInformationClass,
        VOID *ObjectInformation,
        UINT64 ObjectInformationLength){
  unsigned int v4; 
  VOID *retaddr; 

  v4 = ObjectInformationLength;
  if( (unsigned int)ViZwShouldCheck() )
    ViZwCheckVirtualAddress((UINT64)ObjectInformation, retaddr);
  return((__int64(__fastcall *)(VOID *, _QWORD, VOID *, _QWORD))pXdvZwSetInformationObject)(
           Handle,
           (unsigned int)ObjectInformationClass,
           ObjectInformation,
           v4);
}

Referenced by:

No references.