EDCS Reference Manual
Concept Mapping from FACC 2.1 to EDCS 3.0
Functions
EDCS MapFACC_2p1_AttributeCode
extern EDCS_Status_Code
EDCS_MapFACC_2p1_AttributeCode
(
constFACC_2p1_Attribute_Code *fac_attr_code_in_ptr, (notes)
constEDCS_Unit_Mapping_Structure **unit_mapping_info_out_ptr (notes)
constEDCS_Attribute_Mapping_Structure **mapping_info_out_ptr (notes)
);

Definition

Retrieves forward mapping information for the given FACC Attribute 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_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 *legacy_attribute_in_ptr does not correspond to a valid 2x EA.


Parameters Notes

fac_attr_code_in_ptr

 the FACC 2.1 Attribute Code whose forward mapping information is
    being retrieved

unit_mapping_info_out_ptr

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

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


Up:Index.

Last updated: June 24, 2002 Copyright © 2002 SEDRIS™