|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 234 of file ntfs.h.
Referenced by NtfsFindMftRecord().
| USHORT NTFS_INDEX_ENTRY::Flags |
Definition at line 232 of file ntfs.h.
Referenced by NtfsFindMftRecord().
| USHORT NTFS_INDEX_ENTRY::Length |
Definition at line 230 of file ntfs.h.
Referenced by NtfsFindMftRecord().
| struct { ... } NTFS_INDEX_ENTRY::ViewIndex |