EDCS Reference Manual
Functions
EDCS GetCountryCodeEntry
extern EDCS_Status_Code
EDCS_GetCountryCodeEntry
(
const EDCS_Character  country_code[],1
const EDCS_ISO_3166_Entry  **result_out_ptr2
);

Definition

Given a 3-character country code, retrieves information about that country code.


Returns

EDCS_SC_SUCCESS and result_out_ptr is set to the appropriate value, if valid parameters were passed in.
EDCS_SC_NULL_REQUIRED_PARAMETER and *result_out_ptr is left unchanged, if country_code or result_out_ptr is NULL.
EDCS_SC_OTHER_FAILURE and *result_out_ptr is left unchanged, if country_code is not valid.

Parameters Notes

1 the country_code for which information is being retrieved

2 a pointer to the EDCS_ISO_3166_Entry variable into which a handle to the information will be placed


Prev: EDCS_FreeString. Next: EDCS_GetEADictionaryEntry. Up:Index.