EDCS Reference Manual
Functions EDCS PrintEnumerantCode |
---|
extern const char * | |||
EDCS_PrintEnumerantCode | |||
( | |||
EDCS_Attribute_Code | ea_code_in, | 1 | |
EDCS_Enumerant_Code | ee_code_in | 2 | |
); |
Translates the given EDCS_Enumerant_Code into a buffer that is suitable for printing.
1 the EA to which the EE belongs
2 the EE whose string label will be returned
Prev: EDCS_PrintDictionaryType.
Next: EDCS_PrintEnumerantDictionaryEntry.
Up:Index.
|