ReactOS 0.4.15-dev-7953-g1f49173
_EA_SET_HEADER Struct Reference

#include <fat.h>

Public Attributes

USHORT Signature
 
USHORT OwnEaHandle
 
ULONG32 NeedEaCount
 
UCHAR OwnerFileName [14]
 
UCHAR Reserved [4]
 
UCHAR cbList [4]
 
UCHAR PackedEas [1]
 

Detailed Description

Definition at line 663 of file fat.h.

Member Data Documentation

◆ cbList

UCHAR _EA_SET_HEADER::cbList[4]

Definition at line 669 of file fat.h.

Referenced by _Requires_lock_held_(), and FatCommonSetEa().

◆ NeedEaCount

ULONG32 _EA_SET_HEADER::NeedEaCount

Definition at line 666 of file fat.h.

Referenced by FatCommonSetEa().

◆ OwnEaHandle

USHORT _EA_SET_HEADER::OwnEaHandle

Definition at line 665 of file fat.h.

Referenced by FatReadEaSet().

◆ OwnerFileName

UCHAR _EA_SET_HEADER::OwnerFileName[14]

Definition at line 667 of file fat.h.

Referenced by FatCommonSetEa().

◆ PackedEas

UCHAR _EA_SET_HEADER::PackedEas[1]

Definition at line 670 of file fat.h.

Referenced by FatCommonQueryEa(), and FatCommonSetEa().

◆ Reserved

UCHAR _EA_SET_HEADER::Reserved[4]

Definition at line 668 of file fat.h.

◆ Signature

USHORT _EA_SET_HEADER::Signature

Definition at line 664 of file fat.h.

Referenced by FatReadEaSet().


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