Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_DestinationCountryCode method retrieves the country/region code for the call destination.
Syntax
HRESULT get_DestinationCountryCode(
[out] long *CountryCode
);
Parameters
[out] CountryCode
A pointer to destination country/region code.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Method succeeded. |
|
The CountryCode parameter is an invalid pointer. |
|
Insufficient memory exists to perform the operation. |
Remarks
Corresponds to the dwDestCountry member of the TAPI 2 LINETRANSLATEOUTPUT structure.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h (include Tapi3.h) |
| Library | Uuid.lib |
| DLL | Tapi3.dll |