ITAddressTranslationInfo::get_DisplayableString method (tapi3if.h)

The get_DisplayableString method gets a string that contains a displayable version of the dialable number.

Syntax

HRESULT get_DisplayableString(
  [out] BSTR *ppDisplayableString
);

Parameters

[out] ppDisplayableString

Pointer to BSTR containing representation of displayable string.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_POINTER
The ppDisplayableString parameter is not a valid pointer.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.

Remarks

The application must use SysFreeString to free the memory allocated for the ppDisplayableString parameter.

Corresponds to the dwDisplayableStringSize and dwDisplayableStringOffset members of TAPI 2's LINETRANSLATEOUTPUT structure.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

Address Object

ITAddressTranslationInfo