ITForwardInformation2::get_ForwardTypeDestinationAddressType method (tapi3if.h)

The get_ForwardTypeDestinationAddressType method gets the destination address type for a given forwarding type.

Syntax

HRESULT get_ForwardTypeDestinationAddressType(
  [in]  long ForwardType,
  [out] long *pDestAddressType
);

Parameters

[in] ForwardType

Line forward type to be retrieved.

[out] pDestAddressType

Address type of the destination.

Return value

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
E_INVALIDARG
The ForwardType parameter is invalid.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The pDestAddressType parameter is not a valid pointer.

Requirements

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

See also

ITForwardInformation

ITForwardInformation2

ITForwardInformation::GetForwardType