Converting EDCS Labels to Codes
*-----------------------------------------------------------------------------
* FUNCTION: EDCS_LabelToECCode
* Retrieves the EC code corresponding to the given label.
* ec_label_in_ptr -- the label for which the corresponding EC code is
* requested; note that this is the abstract label (i.e., corresponds
* to the abstract EDCS specification)
* result_out_ptr -- pointer to a variable in the user's memory into which
* the output will be copied
* EDCS_STAT_CODE_SUCCESS - and *result_out_ptr is set to the appropriate
* value, if valid parameters were passed in.
* EDCS_STAT_CODE_NULL_REQUIRED_PARAMETER - and no changes are made, if
* EDCS_STAT_CODE_INVALID_LABEL - and no changes are made, if
* does not correspond to a valid EC.
*-----------------------------------------------------------------------------
EXPORT_DLL extern EDCS_Status_Code
const EDCS_Classification_Label ec_label_in_ptr,
EDCS_Classification_Code *result_out_ptr