VfZwWaitForMultipleObjects

INT64 __fastcall VfZwWaitForMultipleObjects(
        UINT64 Count,
        VOID **Handles,
        _WAIT_TYPE WaitType,
        UINT8 Alertable,
        _LARGE_INTEGER *Timeout){
  unsigned int v8; 
  __int64 v9; 
  PVOID retaddr; 
  v8 = Count;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)Handles, retaddr);
    ViZwCheckVirtualAddress((UINT64)Timeout, retaddr);
  }
  LOBYTE(v9) = Alertable;
  return((__int64(__fastcall *)(_QWORD, VOID **, _QWORD, __int64, _LARGE_INTEGER *))pXdvZwWaitForMultipleObjects)(
           v8,
           Handles,
           (unsigned int)WaitType,
           v9,
           Timeout);
}

Referenced by:

No references.