Function Name: Get CC Label

Definition

Given an EDCS Classification Code (ECC), retrieves the string equivalent of its label.

Returns

EDCS_SUCCESS - if valid parameters were passed in and all operations succeeded.

EDCS_NULL_REQUIRED_PARAMETER - and *result_out_ptr is left unchanged, if value_ptr or result_out_ptr is NULL.

EDCS_INVALID_CODE - and *result_out_ptr is set to NULL, if value_ptr does not represent a valid ECC.

Prototype


extern EDCS_STATUS_CODE_ENUM
EDCS_GetCCLabel
(
constEDCS_CC_ID *value_ptr, (notes)
constchar **result_out_ptr (notes)
);

Parameters Notes

value_ptr

 pointer to the ECC being looked up.

result_out_ptr

 pointer to a variable in the user's memory space where
 the answer will be stored.

Prev: Get CC Definition. Next: Get Recommended Units. Up:Index.