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)
程式庫 Uuid.lib
Dll Tapi3.dll

另請參閱

呼叫物件

ITDigitDetectionEvent

ITTAPI::RegisterCallNotifications