The LINECOUNTRYLIST structure describes a list of countries. A structure of this type is returned by the lineGetCountry function.
typedef struct linecountrylist_tag {
DWORD dwTotalSize;
DWORD dwNeededSize;
DWORD dwUsedSize;
DWORD dwNumCountries;
DWORD dwCountryListSize;
DWORD dwCountryListOffset;
} LINECOUNTRYLIST, FAR *LPLINECOUNTRYLIST;
Not extensible.
Because this structure is returned by a new function, backward compatibility is not an issue at this time.
Version: Use TAPI version 1.4 and later.
Header: Declared in tapi.h.
LINECOUNTRYENTRY, lineGetCountry