itPhoneDeviceSpecificEvent::get_Phone 方法 (tapi3if.h)
get_Phone 方法检索电话设备事件的 ITPhone 接口指针。
语法
HRESULT get_Phone(
[out] ITPhone **ppPhone
);
参数
[out] ppPhone
指向事件中涉及的电话对象的 ITPhone 接口的指针。
返回值
此方法可以返回其中一个值。
值 | 含义 |
---|---|
|
方法成功。 |
|
内存不足,无法执行操作。 |
|
ppPhone 参数不是有效的指针。 |
要求
目标平台 | Windows |
标头 | tapi3if.h |
Library | Uuid.lib |
DLL | Tapi3.dll |