ITDigitDetectionEvent::get_CallbackInstance 方法 (tapi3if.h)

get_CallbackInstance 方法获取指向与 事件关联的回调实例的指针。

语法

HRESULT get_CallbackInstance(
  [out] long *plCallbackInstance
);

参数

[out] plCallbackInstance

指向 ITTAPI::RegisterCallNotifications 返回的回调实例的指针。

返回值

此方法可以返回其中一个值。

返回代码 说明
S_OK
方法成功。
E_OUTOFMEMORY
内存不足,无法执行操作。
E_POINTER
plCallbackInstance 参数不是有效的指针。

要求

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

另请参阅

调用对象

ITDigitDetectionEvent

ITTAPI::RegisterCallNotifications