Function Name: Lookup AC

Definition

Returns the name of the given EDCS Attribute Code (EAC), if it is valid.

Returns

name of the given EAC, if value_ptr is non-NULL and contains a valid EAC.

NULL otherwise

Prototype


extern const char *
EDCS_LookupAC
(
constEDCS_AC_ID *value_ptr (notes)
);

Parameters Notes

value_ptr

 pointer to EAC to be processed.

Prev: Label To CC. Next: Lookup CC. Up:Index.