ReactOS 0.4.16-dev-963-g182f353
_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 174 of file ext.h.

Member Data Documentation

◆ EntryLen

USHORT _ExtDirEntry::EntryLen

Definition at line 177 of file ext.h.

Referenced by ExtSearchDirectoryBufferForFile().

◆ FileType

UCHAR _ExtDirEntry::FileType

Definition at line 179 of file ext.h.

Referenced by ExtSearchDirectoryBufferForFile().

◆ Inode

ULONG _ExtDirEntry::Inode

Definition at line 176 of file ext.h.

Referenced by ExtLookupFile(), and ExtSearchDirectoryBufferForFile().

◆ Name

CHAR _ExtDirEntry::Name[EXT_DIR_ENTRY_MAX_NAME_LENGTH]

Definition at line 180 of file ext.h.

Referenced by ExtSearchDirectoryBufferForFile().

◆ NameLen

UCHAR _ExtDirEntry::NameLen

Definition at line 178 of file ext.h.

Referenced by ExtSearchDirectoryBufferForFile().


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