共用方式為


itASRTerminalEvent::get_Call 方法 (tapi3if.h)

get_Call方法會針對終端機事件所涉及的呼叫物件,傳回ITCallInfo介面的指標。

語法

HRESULT get_Call(
  [out] ITCallInfo **ppCall
);

參數

[out] ppCall

ITCallInfo介面的指標。

傳回值

如果方法成功,它會傳回 S_OK。 否則,它會傳回錯誤值。

規格需求

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

另請參閱

ITASRTerminalEvent

ITCallInfo