Function Name: Get CC Definition

Definition

Given an EDCS Classification Code (ECC), retrieves its text definition.

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_GetCCDefinition
(
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 AC Label. Next: Get CC Label. Up:Index.