|
ReactOS 0.4.16-dev-2298-gcac013a
|
#include <ntfs.h>
Public Attributes | |
| ULONG | Type |
| USHORT | RecLength |
| UCHAR | NameLength |
| UCHAR | NameOffset |
| ULONGLONG | StartingVCN |
| ULONGLONG | BaseFileRef |
| USHORT | AttrId |
| WCHAR | Name [1] |
| USHORT NTFS_ATTR_LIST_ATTR::AttrId |
Definition at line 211 of file ntfs.h.
Referenced by NtfsFindAttributeHelperList().
| ULONGLONG NTFS_ATTR_LIST_ATTR::BaseFileRef |
Definition at line 210 of file ntfs.h.
Referenced by NtfsFindAttributeHelperList().
| UCHAR NTFS_ATTR_LIST_ATTR::NameLength |
Definition at line 207 of file ntfs.h.
Referenced by NtfsFindAttributeHelperList().
| UCHAR NTFS_ATTR_LIST_ATTR::NameOffset |
Definition at line 208 of file ntfs.h.
Referenced by NtfsFindAttributeHelperList().
| USHORT NTFS_ATTR_LIST_ATTR::RecLength |
Definition at line 206 of file ntfs.h.
Referenced by NtfsFindAttributeHelperList().
| ULONG NTFS_ATTR_LIST_ATTR::Type |
Definition at line 205 of file ntfs.h.
Referenced by NtfsFindAttributeHelperList().