T_enumerateEAnoKey

Describes the data layout returned by the EnumerateEA function when a key value is not specified

Service:Extended Attribute
Defined In:nwextatt.h

Structure

  typedef struct  
  {  
     LONG   valueLength ;  
     WORD   keyLength ;  
     LONG   accessFlags ;  
     char   keyValue [1];   
  } T_enumerateEAnoKey; 
  

Fields

valueLength
Specifies the length of the Extended Attribute corresponding to the key.
keyLength
Specifies the length of the key value, which starts at the keyValue field.
accessFlags
Specifies developer-defined access flags.
keyValue
Specifies the first character of the key value.

Remarks

The key is a developer-defined value used for categorizing Extended Attributes.