EDCS Reference Manual
Types
EDCS_ISO_3166_Entry
/*
 * STRUCT: EDCS_ISO_3166_Entry
 *
 *   Provides information about an ISO 3166 country code.
 */
typedef struct
{

EDCS_Character country_A3[3];1
EDCS_Character country_A2[2];2
const EDCS_Character *country_name;3
} EDCS_ISO_3166_Entry;


Field Notes

country_A3

the 3-character country code

country_A2

the 2-character country code

country_name

the country name


Prev: EDCS_Integer_Value. Next: EDCS_ISO_639_Entry.


Return to: Top of this Page, Type Index