ITPhoneEvent::get_Phone 方法 (tapi3if.h)

get_Phone 方法返回指向触发此事件的手机对象上的 ITPhone 接口的指针。

语法

HRESULT get_Phone(
  [out] ITPhone **ppPhone
);

参数

[out] ppPhone

指向 ITPhone 接口的指针。

返回值

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

注解

TAPI 在 ITPhoneEvent::get_Phone 返回的 ITPhone 接口上调用 AddRef 方法。 应用程序必须在 ITPhone 接口上调用 Release 以释放与之关联的资源。

要求

   
目标平台 Windows
标头 tapi3if.h (包括 Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

另请参阅

ITPhone

ITPhoneEvent