FsRtlMdlReadComplete

VOID __stdcall FsRtlMdlReadComplete(_FILE_OBJECT *FileObject, _MDL *MdlChain){
  __int64 v4; 
  __int64 v5; 
  __int64 v6; 
  void(__fastcall *v7)(_FILE_OBJECT *, _MDL *, __int64); 

  LODWORD(v4) = IoGetRelatedDeviceObject((INT64)FileObject);
  v5 = v4;
  v6 = *(_QWORD *)(*(_QWORD *)(v4 + 8) + 80i64);
  if( v6 && *(_DWORD *)v6 > 0x88u )
  {
    v7 = *(void(__fastcall **)(_FILE_OBJECT *, _MDL *, __int64))(v6 + 136);
    if( v7 )
      v7(FileObject, MdlChain, v5);
  }
}

Referenced by:

No references.