EDCS Reference Manual
Concept Mapping from EDCS 3.1 to EDCS 4.0 Functions EDCS Map3p1EnumerantLabel |
---|
extern EDCS_Status_Code | |||||
EDCS_Map3p1EnumerantLabel | |||||
( | |||||
EDCS_Integer | ea_3p1_label_in, | (notes) | |||
EDCS_Integer | ee_3p1_label_in, | (notes) | |||
const | EDCS_Enumerant_Mapping_Structure | * | * | mapping_info_out_ptr | (notes) |
); |
Retrieves forward mapping information for the given label representing an EDCS 3.1 enumerant code.
EDCS_SC_SUCCESS | and a handle to the requested mapping information is copied into *mapping_info_out_ptr, if valid parameters were passed in. |
EDCS_SC_NULL_REQUIRED_PARAMETER | and *mapping_info_out_ptr is left unaltered, if parameter was NULL. |
EDCS_SC_INVALID_LABEL | and *mapping_info_out_ptr is set to NULL, if ea_3p1_label_in does not correspond to a valid 3.1 EDCS AC, or if ee_3p1_label_in does not correspond to a valid EE for the given EA. |
EDCS 3p1 attribute label to whom the enumerant label specified in ee_3p1_label_in belongs to.
EDCS 3p1 enumrant label whose mapping information is being retrieved.
pointer to a pointer variable in the user's memory space where a handle to the mapping information will be copied.
Prev: EDCS_Map3p1EnumerantCode.
Next: EDCS_Map3p1GetLibVersion.
Up:Index.
|