Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 474 of file ntfs.c.
Referenced by NtfsFindMftRecord(), and NtfsLookupFile().
{ ULONGLONG BytesRead; BytesRead = NtfsReadAttribute(Volume, Volume->MFTContext, MFTIndex * Volume->MftRecordSize, (PCHAR)Buffer, Volume->MftRecordSize); if (BytesRead != Volume->MftRecordSize) return FALSE; /* Apply update sequence array fixups. */ return NtfsFixupRecord(Volume, (PNTFS_RECORD)Buffer); }