EDCS Reference Manual
Functions
EDCS GetEADictionaryEntry
extern EDCS_Status_Code
EDCS_GetEADictionaryEntry
(
const EDCS_Attribute_Code  ea_code_in,1
const EDCS_Attribute_Dictionary_Entry  **result_out_ptr2
);

Definition

Retrieves dictionary information for the given EA.


Returns

EDCS_SC_SUCCESSand *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 ea_code_in does not correspond to a valid EA.

Parameters Notes

1 the EA code for which information is requested

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


Prev: EDCS_GetCountryCodeEntry. Next: EDCS_GetECDictionaryEntry. Up:Index.