EDCS Reference Manual
Functions
EDCS GetEGDictionaryEntry
extern EDCS_Status_Code
EDCS_GetEGDictionaryEntry
(
const EDCS_Organization_Schema_Code  eo_code_in,1
const EDCS_Group_Code  eg_code_in,2
const EDCS_Group_Dictionary_Entry  **result_out_ptr3
);

Definition

Retrieves dictionary information for the given EG.


Returns

EDCS_SC_SUCCESS and *result_out_ptr is set appropriately, 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_CODE and no changes are made, if eo_code_in does not correspond to a valid EO, or if eg_code_in does not correspond to a valid EG for that EO.

Parameters Notes

1 The EO code for the EG for which information is requested

2 The EG code for which information is requested

3 pointer to a variable in the user's memory into which a handle to the requested dictionary entry will be copied


Prev: EDCS_GetEEDictionaryEntry. Next: EDCS_GetEODictionaryEntry. Up:Index.