ITDigitsGatheredEvent::get_CallbackInstance 方法 (tapi3if.h)

get_CallbackInstance方法會取得應用程式回呼函式的指標,以處理事件。

語法

HRESULT get_CallbackInstance(
  [out] long *plCallbackInstance
);

參數

[out] plCallbackInstance

ITTAPI::RegisterCallNotifications所傳回之回呼實例的指標。

傳回值

這個方法可以傳回其中一個值。

傳回碼 描述
S_OK
方法成功。
E_POINTER
plCallbackInstance參數不是有效的指標。

規格需求

   
目標平台 Windows
標頭 tapi3if.h
程式庫 Uuid.lib
Dll Tapi3.dll

另請參閱

ITDigitsGatheredEvent