Given an EDCS Classification Code (ECC), retrieves the string equivalent
of its label.
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.
| extern EDCS_STATUS_CODE_ENUM | |||||
| EDCS_GetCCLabel | |||||
| ( | |||||
| const | EDCS_CC_ID | * | value_ptr, | (notes) | |
| const | char | * | * | result_out_ptr | (notes) |
| ); | |||||
pointer to the ECC being looked up.
pointer to a variable in the user's memory space where the answer will be stored.