ITForwardInformation2::get_ForwardTypeCallerAddressType method (tapi3if.h)

The get_ForwardTypeCallerAddressType method gets the caller address type for a given forwarding type.

Syntax

HRESULT get_ForwardTypeCallerAddressType(
  [in]  long Forwardtype,
  [out] long *pCallerAddressType
);

Parameters

[in] Forwardtype

Line forward type to be retrieved.

[out] pCallerAddressType

Address type of the caller.

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 pCallerAddressType 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