VfZwSetSystemTime

INT64 __fastcall VfZwSetSystemTime(_LARGE_INTEGER *SystemTime, _LARGE_INTEGER *PreviousTime){
  PVOID retaddr; 
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)SystemTime, retaddr);
    ViZwCheckVirtualAddress((UINT64)PreviousTime, retaddr);
  }
  return((__int64(__fastcall *)(_LARGE_INTEGER *, _LARGE_INTEGER *))pXdvZwSetSystemTime)(SystemTime, PreviousTime);
}

Referenced by:

No references.