VfZwQueryInformationFile

INT64 __stdcall VfZwQueryInformationFile(
        VOID *FileHandle,
        IO_STATUS_BLOCK *IoStatusBlock,
        VOID *FileInformation,
        UINT64 Length,
        FILE_INFORMATION_CLASS FileInformationClass){
  unsigned int v5; 
  PVOID retaddr; 
  v5 = Length;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)IoStatusBlock, retaddr);
    ViZwCheckVirtualAddress((UINT64)FileInformation, retaddr);
  }
  return((__int64(__fastcall *)(VOID *, IO_STATUS_BLOCK *, VOID *, _QWORD, FILE_INFORMATION_CLASS))pXdvZwQueryInformationFile)(
           FileHandle,
           IoStatusBlock,
           FileInformation,
           v5,
           FileInformationClass);
}

Referenced by:

No references.