ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <fatstruc.h>
Public Attributes | |
PCHAR | Data |
ULONG | StartingVbo |
ULONG | Length |
USHORT | BcbChainLength |
BOOLEAN | AuxilaryBuffer |
PBCB * | BcbChain |
PBCB | BcbArray [EA_BCB_ARRAY_SIZE] |
Definition at line 1719 of file fatstruc.h.
BOOLEAN _EA_RANGE::AuxilaryBuffer |
Definition at line 1725 of file fatstruc.h.
PBCB _EA_RANGE::BcbArray[EA_BCB_ARRAY_SIZE] |
Definition at line 1727 of file fatstruc.h.
PBCB* _EA_RANGE::BcbChain |
Definition at line 1726 of file fatstruc.h.
USHORT _EA_RANGE::BcbChainLength |
Definition at line 1724 of file fatstruc.h.
PCHAR _EA_RANGE::Data |
Definition at line 1721 of file fatstruc.h.
Referenced by FatReadEaSet().
ULONG _EA_RANGE::Length |
Definition at line 1723 of file fatstruc.h.
ULONG _EA_RANGE::StartingVbo |
Definition at line 1722 of file fatstruc.h.