ReactOS 0.4.15-dev-7942-gd23573b
EaIterator Struct Reference
Collaboration diagram for EaIterator:

Public Attributes

BOOLEAN ReturnSingleEntry
 
BOOL OverFlow
 
PFILE_FULL_EA_INFORMATION FullEa
 
PFILE_FULL_EA_INFORMATION LastFullEa
 
ULONG UserBufferLength
 
ULONG RemainingUserBufferLength
 
ULONG EaIndex
 
ULONG EaIndexCounter
 

Detailed Description

Definition at line 22 of file ea.c.

Member Data Documentation

◆ EaIndex

ULONG EaIterator::EaIndex

Definition at line 40 of file ea.c.

Referenced by Ext2IterateAllEa(), and Ext2QueryEa().

◆ EaIndexCounter

ULONG EaIterator::EaIndexCounter

Definition at line 43 of file ea.c.

Referenced by Ext2IterateAllEa(), and Ext2QueryEa().

◆ FullEa

PFILE_FULL_EA_INFORMATION EaIterator::FullEa

Definition at line 30 of file ea.c.

Referenced by Ext2IterateAllEa(), and Ext2QueryEa().

◆ LastFullEa

PFILE_FULL_EA_INFORMATION EaIterator::LastFullEa

Definition at line 31 of file ea.c.

Referenced by Ext2IterateAllEa(), and Ext2QueryEa().

◆ OverFlow

BOOL EaIterator::OverFlow

Definition at line 27 of file ea.c.

Referenced by Ext2IterateAllEa(), and Ext2QueryEa().

◆ RemainingUserBufferLength

ULONG EaIterator::RemainingUserBufferLength

Definition at line 37 of file ea.c.

Referenced by Ext2IterateAllEa(), and Ext2QueryEa().

◆ ReturnSingleEntry

BOOLEAN EaIterator::ReturnSingleEntry

Definition at line 24 of file ea.c.

Referenced by Ext2IterateAllEa(), and Ext2QueryEa().

◆ UserBufferLength

ULONG EaIterator::UserBufferLength

Definition at line 34 of file ea.c.

Referenced by Ext2QueryEa().


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