ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <ntfs.h>
Public Attributes | |
union { | |
struct { | |
ULONGLONG IndexedFile | |
} Directory | |
struct { | |
USHORT DataOffset | |
USHORT DataLength | |
ULONG Reserved | |
} ViewIndex | |
} | Data |
USHORT | Length |
USHORT | KeyLength |
USHORT | Flags |
USHORT | Reserved |
NTFS_FILE_NAME_ATTR | FileName |
union { ... } NTFS_INDEX_ENTRY::Data |
Referenced by NtfsFindMftRecord().
struct { ... } NTFS_INDEX_ENTRY::Directory |
Referenced by NtfsFindMftRecord().
NTFS_FILE_NAME_ATTR NTFS_INDEX_ENTRY::FileName |
Definition at line 226 of file ntfs.h.
Referenced by NtfsCompareFileName().
USHORT NTFS_INDEX_ENTRY::Flags |
Definition at line 224 of file ntfs.h.
Referenced by NtfsFindMftRecord().
USHORT NTFS_INDEX_ENTRY::Length |
Definition at line 222 of file ntfs.h.
Referenced by NtfsFindMftRecord().
struct { ... } NTFS_INDEX_ENTRY::ViewIndex |