ITAddressTranslationInfo::get_TranslationResults method (tapi3if.h)

The get_TranslationResults method gets the results of a translation operation.

Syntax

HRESULT get_TranslationResults(
  [out] long *plResults
);

Parameters

[out] plResults

Indicates the information derived from the translation process, which may assist the application in presenting user-interface elements. This value uses one of the LINETRANSLATERESULT_ Constants.

Return value

This method can return one of these values.

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

Remarks

Corresponds to the dwTranslateResults member 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