Given an EDCS Attribute Code (EAC), retrieves its recommended units.
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 EDCS_UNITS_CONTEXTUALLY_DETERMINED, if value_ptr does not represent a valid EAC.
| extern EDCS_STATUS_CODE_ENUM | ||||
| EDCS_GetRecommendedUnits | ||||
| ( | ||||
| const | EDCS_AC_ID | * | value_ptr, | (notes) |
| EDCS_UNIT_ENUM | * | 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.