|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <lfn.h>
Public Attributes | |
| UCHAR | Ordinal |
| UCHAR | Name1 [10] |
| UCHAR | Attributes |
| UCHAR | Type |
| UCHAR | Checksum |
| WCHAR | Name2 [6] |
| USHORT | MustBeZero |
| WCHAR | Name3 [2] |
| UCHAR _PACKED_LFN_DIRENT::Attributes |
Definition at line 26 of file lfn.h.
Referenced by FatConstructDirent().
| UCHAR _PACKED_LFN_DIRENT::Checksum |
Definition at line 28 of file lfn.h.
Referenced by FatConstructDirent().
| USHORT _PACKED_LFN_DIRENT::MustBeZero |
Definition at line 30 of file lfn.h.
Referenced by FatConstructDirent().
| UCHAR _PACKED_LFN_DIRENT::Name1[10] |
Definition at line 25 of file lfn.h.
Referenced by FatConstructDirent().
| WCHAR _PACKED_LFN_DIRENT::Name2[6] |
Definition at line 29 of file lfn.h.
Referenced by FatConstructDirent().
| WCHAR _PACKED_LFN_DIRENT::Name3[2] |
Definition at line 31 of file lfn.h.
Referenced by FatConstructDirent().
| UCHAR _PACKED_LFN_DIRENT::Ordinal |
Definition at line 24 of file lfn.h.
Referenced by FatConstructDirent().
| UCHAR _PACKED_LFN_DIRENT::Type |
Definition at line 27 of file lfn.h.
Referenced by FatConstructDirent().