Function Name: Lookup CC

Definition

Returns the name of the given EDCS Classification Code (ECC), if it is valid.

Returns

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

NULL otherwise

Prototype


extern const char *
EDCS_LookupCC
(
constEDCS_CC_ID *value_ptr (notes)
);

Parameters Notes

value_ptr

 pointer to ECC to be processed.

Prev: Lookup AC. Next: Print AC Enum Value. Up:Index.