Synopsis
(macro) char * ddf_GetEntityAttrDesc(long attr)
Purpose
Get attribute description.
Description
A pointer to the description of the entity attribute attr is returned. The attr argument must be specified as one of the #defines generated by the DDF compiler. Since this function simply returns the location of the entry in the DDF, care must be taken to not change the information at the returned location.
Input
attr
The attribute whose description is to be returned
Return
A pointer to the description of attr