VfZwSetSystemInformation

NTSTATUS __stdcall VfZwSetSystemInformation(
        _SYSTEM_INFORMATION_CLASS SystemInformationClass,
        VOID *SystemInformation,
        UINT64 SystemInformationLength){
  unsigned int v3; 
  VOID *retaddr; 

  v3 = SystemInformationLength;
  if( (unsigned int)ViZwShouldCheck() )
    ViZwCheckVirtualAddress((UINT64)SystemInformation, retaddr);
  return((__int64(__fastcall *)(_QWORD, VOID *, _QWORD))pXdvZwSetSystemInformation)(
           (unsigned int)SystemInformationClass,
           SystemInformation,
           v3);
}

Referenced by:

No references.