ITAddress::get_CurrentForwardInfo method (tapi3if.h)
The get_CurrentForwardInfo method gets a pointer to the current forwarding information object.
Syntax
HRESULT get_CurrentForwardInfo(
[out] ITForwardInformation **ppForwardInfo
);
Parameters
[out] ppForwardInfo
Pointer to ITForwardInformation interface.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Method not implemented. |
|
Insufficient memory exists to perform the operation. |
|
The ppForwardInfo parameter is not a valid pointer. |
Remarks
TAPI calls the AddRef method on the ITForwardInformation interface returned by ITAddress::get_ForwardInfo. The application must call Release on the ITForwardInformation interface to free resources associated with it.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |