itAddress::get_CurrentForwardInfo 方法 (tapi3if.h)
get_CurrentForwardInfo 方法获取指向当前转发信息对象的指针。
语法
HRESULT get_CurrentForwardInfo(
[out] ITForwardInformation **ppForwardInfo
);
参数
[out] ppForwardInfo
指向 ITForwardInformation 接口的 指针。
返回值
此方法可以返回其中一个值。
值 | 含义 |
---|---|
|
方法成功。 |
|
方法未实现。 |
|
内存不足,无法执行操作。 |
|
ppForwardInfo 参数不是有效的指针。 |
注解
TAPI 在 ITAddress::get_ForwardInfo返回的 ITForwardInformation 接口上调用 AddRef 方法。 应用程序必须在 ITForwardInformation 接口上调用 Release,以释放与其关联的资源。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | tapi3if.h (包括 Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |