ITForwardInformation::get_ForwardTypeCaller method (tapi3if.h)
The get_ForwardTypeCaller method gets the type of caller for a given forwarding mode.
Syntax
HRESULT get_ForwardTypeCaller(
[in] long Forwardtype,
[out] BSTR *ppCallerAddress
);
Parameters
[in] Forwardtype
[out] ppCallerAddress
Pointer to BSTR representation of caller address.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Method succeeded. |
|
The ppCallerAddress parameter is not a valid pointer. |
|
The Forwardtype parameter is not valid. |
|
Insufficient memory exists to perform the operation. |
Remarks
The application must use SysFreeString to free the memory allocated for the ppCallerAddress parameter.
Requirements
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |
See also
ITAddress::CreateForwardInfoObject