ReactOS 0.4.16-dev-522-gb68104a
|
#include <ntfs.h>
Public Attributes | |
ULONG | Type |
USHORT | Length |
UCHAR | NameLength |
UCHAR | NameOffset |
ULONGLONG | StartingVCN |
ULONGLONG | MFTIndex |
USHORT | Instance |
ULONGLONG NTFS_ATTRIBUTE_LIST_ITEM::MFTIndex |
Definition at line 314 of file ntfs.h.
Referenced by FindAttribute().
UCHAR NTFS_ATTRIBUTE_LIST_ITEM::NameLength |
Definition at line 311 of file ntfs.h.
Referenced by FindAttribute().
UCHAR NTFS_ATTRIBUTE_LIST_ITEM::NameOffset |
Definition at line 312 of file ntfs.h.
Referenced by FindAttribute().
ULONG NTFS_ATTRIBUTE_LIST_ITEM::Type |
Definition at line 309 of file ntfs.h.
Referenced by FindAttribute().