tapiGetLocationInfo function (tapi.h)
The tapiGetLocationInfo function returns the country or region code and city (area) code that the user has set in the current location parameters in the Telephony Control Panel. The application can use this information to assist the user in forming proper canonical telephone numbers, such as by offering these as defaults when new numbers are entered in a phone book entry or database record.
Syntax
LONG tapiGetLocationInfo(
LPSTR lpszCountryCode,
LPSTR lpszCityCode
);
Parameters
lpszCountryCode
TBD
lpszCityCode
TBD
Return value
Returns zero if the request succeeds or a negative error number if an error occurs. Possible return values are TAPIERR_REQUESTFAILED.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi.h |
Library | Tapi32.lib |
DLL | Tapi32.dll |