ntfs

if (FileRecord->Ntfs.Type == 'ELIF' && (FileRecord->Flags & 1) == 0)


what does "ELIF" means?
Last edited on
Based on this lump of source code from the ReactOS project,

http://code.google.com/codesearch#S3vzerue4i0/trunk/reactos/drivers/filesystems/ntfs/ntfs.h&q=PFILE_RECORD_HEADER&type=cs

it's an unsigned long integer used (judging by the comment /* Magic number 'FILE' */) to indicate the type of the file. I recall the Exif is a jpg file. I've no idea what an ELIF file might be.
Last edited on
thanks for your help
Topic archived. No new replies allowed.