Given a valid {Attribute Code, Enumerator} pair, retrieves the string
label of the EAC enumerator.
EDCS_NULL_REQUIRED_PARAMETER - and *result_out_ptr is left unchanged, if any parameter is NULL.
EDCS_INVALID_CODE - and *result_out_ptr is set to NULL, if
| extern EDCS_STATUS_CODE_ENUM | |||||
| EDCS_GetACEnumValueLabel | |||||
| ( | |||||
| const | EDCS_AC_ID | * | ac_value_ptr, | (notes) | |
| const | EDCS_AC_ENUM_VALUE | * | ec_value_ptr, | (notes) | |
| const | char | * | * | result_out_ptr | (notes) |
| ); | |||||
pointer to the EDCS Attribute Code (EAC) for which this enumerator is defined
pointer to the EAC enumerator being tested
pointer variable in the user's memory space in which the resulting string pointer will be placed. Note that this function does *not* allocate memory, nor copy the result into a buffer.