EDCS Reference Manual
Concept Mapping from EDCS 3.1 to EDCS 4.x Functions
EDCS Map3p1AttributeLabel
extern EDCS_Status_Code
EDCS_Map3p1AttributeLabel
(
const char  *ea_3p1_label_in,1
const EDCS_3p1_4px_Attribute_Mapping_Structure  **mapping_info_out_ptr2
);

Definition

Retrieves forward mapping information for the given label representing an EDCS 3.1 attribute code.


Returns

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 any parameter was NULL.
EDCS_SC_INVALID_INPUT_LABEL and *mapping_info_out_ptr is set to NULL, if *ec_3p1_label_in does not correspond to a valid EDCS 3.1 EA.

Parameters Notes

1 the EDCS 3.1 attribute label whose mapping information is being retrieved.

2 pointer to a pointer variable in the user's memory space where a handle to the mapping information will be copied.


Prev: EDCS_Map3p1AttributeCode. Next: EDCS_Map3p1CharacteristicCode. Up:Index.