Given an EDCS Attribute Code (EAC), gets its text definition.
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 EAC.
| extern EDCS_STATUS_CODE_ENUM | |||||
| EDCS_GetACDefinition | |||||
| ( | |||||
| const | EDCS_AC_ID | * | value_ptr, | (notes) | |
| const | char | * | * | result_out_ptr | (notes) |
| ); | |||||
pointer to the EAC being looked up.
pointer to a variable in the user's memory space where the answer will be stored.