EDCS Reference Manual
Concept Mapping from EDCS 3.1 to FACC 2.1 Functions
EDCS to FACC MapClassificationCode
extern EDCS_Status_Code
EDCS_to_FACC_MapClassificationCode
(
EDCS_Classification_Code ec_code_in, (notes)
constFACC_Feature_Mapping_Structure **mapping_info_out_ptr (notes)
);

Definition

Retrieves forward mapping information for the given EDCS Classification Code.


Returns

EDCS_STAT_CODE_SUCCESS and a handle to the requested mapping information is copied into *mapping_info_out_ptr, if valid parameters were passed in.
EDCS_STAT_CODE_FAILURE and *mapping_info_out_ptr is left unaltered, if the mapping library has not been initialized with EDCS_to_FACC_InitMappingInfo().
EDCS_STAT_CODE_NULL_REQUIRED_PARAMETER and *mapping_info_out_ptr is left unaltered, if any parameter was NULL.
EDCS_STAT_CODE_INVALID_CODE and *mapping_info_out_ptr is set to NULL, if ec_code_in does not correspond to a valid EDCS Classification.


Parameters Notes


ec_code_in

 the EDCS Classification whose FACC mapping information is
    being retrieved

mapping_info_out_ptr

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


Prev: EDCS_to_FACC_MapAttributeWithValue. Next: EDCS_to_FACC_PrintFACCValueType. Up:Function Index.

Last updated: June 16, 2003 Copyright © 2003 SEDRIS™