EDCS Reference Manual
Concept Mapping from EDCS 4.1 to FACC 2.1 Functions EDCS to FACC MapAttributeWithValue |
---|
extern EDCS_Status_Code | |||||
EDCS_to_FACC_MapAttributeWithValue | |||||
( | |||||
EDCS_Attribute_Code | ea_code_in, | (notes) | |||
const | EDCS_to_FACC_Attribute_Value_Structure | * | attribute_value_in_ptr, | (notes) | |
const | FACC_Attribute_With_Value_Mapping_Structure | * | * | mapping_info_out_ptr | (notes) |
); |
Retrieves FACC mapping information for the given EDCS Attribute Code with the a specific value.
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_OTHER_FAILURE | and *mapping_info_out_ptr is left unaltered, if the mapping library has not been initialized with EDCS_to_FACC_InitMappingInfo(). |
EDCS_SC_NULL_REQUIRED_PARAMETER | and *mapping_info_out_ptr is left unaltered, if any parameter was NULL. |
EDCS_SC_INVALID_CODE | and *mapping_info_out_ptr is set to NULL, if ea_code_in does not correspond to a valid EDCS Attribute. |
the EDCS Attribute Code whose FACC mapping information is being retrieved with the specific value is represented in attribute_value_in_ptr
the specific value whose FACC 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_to_FACC_MapAttributeCode.
Next: EDCS_to_FACC_MapClassificationCode.
Up:Function Index.
|