Function Name: Get AC Definition

Definition

Given an EDCS Attribute Code (EAC), gets 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 EAC.

Prototype


extern EDCS_STATUS_CODE_ENUM
EDCS_GetACDefinition
(
constEDCS_AC_ID *value_ptr, (notes)
constchar **result_out_ptr (notes)
);

Parameters Notes

value_ptr

 pointer to the EAC being looked up.

result_out_ptr

 pointer to a variable in the user's memory space where
 the answer will be stored.

Prev: Compare CCs. Next: Get AC Enum Value Label. Up:Index.