VfZwSetEaFile

INT64 __fastcall VfZwSetEaFile(VOID *FileHandle, _IO_STATUS_BLOCK *IoStatusBlock, VOID *Buffer, UINT64 Length){
  unsigned int v4; 
  PVOID retaddr; 
  v4 = Length;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)IoStatusBlock, retaddr);
    ViZwCheckVirtualAddress((UINT64)Buffer, retaddr);
  }
  return((__int64(__fastcall *)(VOID *, _IO_STATUS_BLOCK *, VOID *, _QWORD))pXdvZwSetEaFile)(
           FileHandle,
           IoStatusBlock,
           Buffer,
           v4);
}

Referenced by:

No references.