Given a string label, retrieves the equivalent EDCS Attribute Code (EAC),
if there is one.
EDCS_NULL_REQUIRED_PARAMETER - and *result_out_ptr is left unaltered, if value_ptr or result_out_ptr is NULL.
EDCS_INVALID_CODE - and *result_out_ptr is set to EDCS_AC_NULL, if value_ptr does not represent a valid EDCS Attribute Code (EAC).
| extern EDCS_STATUS_CODE_ENUM | ||||
| EDCS_LabelToAC | ||||
| ( | ||||
| const | char | * | value_ptr, | (notes) |
| EDCS_AC_ID | * | result_out_ptr | (notes) | |
| ); | ||||
the string label of the EDCS Attribute Code (EAC) being requested.
pointer to a variable in the user's memory space where the answer will be stored.