ReactOS 0.4.16-dev-122-g325d74c
|
#include <fat.h>
Public Attributes | |
USHORT | Signature |
USHORT | OwnEaHandle |
ULONG32 | NeedEaCount |
UCHAR | OwnerFileName [14] |
UCHAR | Reserved [4] |
UCHAR | cbList [4] |
UCHAR | PackedEas [1] |
UCHAR _EA_SET_HEADER::cbList[4] |
Definition at line 669 of file fat.h.
Referenced by _Requires_lock_held_(), and FatCommonSetEa().
ULONG32 _EA_SET_HEADER::NeedEaCount |
Definition at line 666 of file fat.h.
Referenced by FatCommonSetEa().
USHORT _EA_SET_HEADER::OwnEaHandle |
Definition at line 665 of file fat.h.
Referenced by FatReadEaSet().
UCHAR _EA_SET_HEADER::OwnerFileName[14] |
Definition at line 667 of file fat.h.
Referenced by FatCommonSetEa().
UCHAR _EA_SET_HEADER::PackedEas[1] |
Definition at line 670 of file fat.h.
Referenced by FatCommonQueryEa(), and FatCommonSetEa().
USHORT _EA_SET_HEADER::Signature |
Definition at line 664 of file fat.h.
Referenced by FatReadEaSet().