T_enumerateEAwithKey
Describes the data layout returned by the EnumerateEA function when a key value is specified
typedef struct
{
LONG EALength ;
WORD keyLength ;
LONG accessFlags ;
LONG keyExtants ;
LONG valueExtants ;
char keyValue [1];
} T_enumerateEAwithKey;
The key is a developer-defined value used for categorizing Extended Attributes.