EDCS Reference Manual
Functions
EDCS LabelToEGCode
extern EDCS_Status_Code
EDCS_LabelToEGCode
(
const EDCS_Group_Label  eg_label_in_ptr,1
EDCS_Organization_Schema_Code  *eo_out_ptr,2
EDCS_Group_Code  *eg_out_ptr3
);

Definition

Retrieves the {EO, EG} code pair corresponding to the given label.


Returns

EDCS_SC_SUCCESS and *eo_out_ptr, *eg_out_ptr are set to the appropriate values, if valid parameters were passed in.
EDCS_SC_NULL_REQUIRED_PARAMETER and no changes are made, if any parameter is NULL.
EDCS_SC_INVALID_INPUT_LABEL and no changes are made, if *eg_label_in_ptr does not correspond to a valid EG for some EO.

Parameters Notes

1 the label for which the corresponding EG code is requested; note that this is the language-binding label, rather than the abstract label (i.e., corresponds to the C language binding standard rather than the abstract EDCS specification)

2 pointer to a variable in the user's memory into which the output EOC will be copied

3 pointer to a variable in the user's memory into which the output EGC will be copied


Prev: EDCS_LabelToEECode. Next: EDCS_LabelToEOCode. Up:Index.