EDCS Reference Manual
Concept Mapping from EDCS 3.1 to EDCS 4.x Types
EDCS_Attribute_With_Value_Entry
/*
 * STRUCT: EDCS_Attribute_With_Value_Entry
 *
 *   Provides forward mapping information in the case where an
 *   EA is the target, with a specific attribute value.
 */
typedef struct
{

EDCS_Attribute_Code ea_code;
EDCS_Attribute_Value ea_value;
} EDCS_Attribute_With_Value_Entry;



Next: EDCS_Mapping_Entry.


Return to: Top of this Page, Type Index