ReactOS 0.4.16-dev-1946-g52006dd
_ExtDirEntry Struct Reference

#include <ext.h>

Public Attributes

ULONG Inode
 
USHORT EntryLen
 
UCHAR NameLen
 
UCHAR FileType
 
CHAR Name [EXT_DIR_ENTRY_MAX_NAME_LENGTH]
 

Detailed Description

Definition at line 186 of file ext.h.

Member Data Documentation

◆ EntryLen

USHORT _ExtDirEntry::EntryLen

Definition at line 189 of file ext.h.

Referenced by ExtSearchDirectoryBufferForFile().

◆ FileType

UCHAR _ExtDirEntry::FileType

Definition at line 191 of file ext.h.

Referenced by ExtSearchDirectoryBufferForFile().

◆ Inode

ULONG _ExtDirEntry::Inode

Definition at line 188 of file ext.h.

Referenced by ExtLookupFile(), and ExtSearchDirectoryBufferForFile().

◆ Name

CHAR _ExtDirEntry::Name[EXT_DIR_ENTRY_MAX_NAME_LENGTH]

Definition at line 192 of file ext.h.

Referenced by ExtLookupFile(), and ExtSearchDirectoryBufferForFile().

◆ NameLen

UCHAR _ExtDirEntry::NameLen

Definition at line 190 of file ext.h.

Referenced by ExtLookupFile(), and ExtSearchDirectoryBufferForFile().


The documentation for this struct was generated from the following file: