|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ext.h>
Public Attributes | |
| ULONG | Inode |
| USHORT | EntryLen |
| UCHAR | NameLen |
| UCHAR | FileType |
| CHAR | Name [EXT_DIR_ENTRY_MAX_NAME_LENGTH] |
| USHORT _ExtDirEntry::EntryLen |
Definition at line 189 of file ext.h.
Referenced by ExtSearchDirectoryBufferForFile().
| UCHAR _ExtDirEntry::FileType |
Definition at line 191 of file ext.h.
Referenced by ExtSearchDirectoryBufferForFile().
| ULONG _ExtDirEntry::Inode |
Definition at line 188 of file ext.h.
Referenced by ExtLookupFile(), and ExtSearchDirectoryBufferForFile().
| CHAR _ExtDirEntry::Name[EXT_DIR_ENTRY_MAX_NAME_LENGTH] |
Definition at line 192 of file ext.h.
Referenced by ExtLookupFile(), and ExtSearchDirectoryBufferForFile().
| UCHAR _ExtDirEntry::NameLen |
Definition at line 190 of file ext.h.
Referenced by ExtLookupFile(), and ExtSearchDirectoryBufferForFile().