ITPrivateEvent::get_EventInterface 方法 (tapi3if.h)
get_EventInterface 方法返回指向专用对象的事件处理程序的 IDispatch 接口的指针。
语法
HRESULT get_EventInterface(
[out] IDispatch **pEventInterface
);
参数
[out] pEventInterface
指向专用对象的事件处理程序的 IDispatch 接口的指针。
返回值
此方法可以返回其中一个值。
值 | 含义 |
---|---|
|
方法成功。 |
|
内存不足,无法执行操作。 |
|
pEventInterface 参数不是有效的指针。 |
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | tapi3if.h (包括 Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |