共用方式為


ITTAPI2::CreateEmptyCollectionObject 方法 (tapi3if.h)

CreateEmptyCollectionObject 方法會建立空的集合物件。 集合可以填入 ITDetectToneITCustomTone 物件,以便分別與 DetectTonesByCollection 方法或 GenerateCustomTonesByCollection 方法搭配使用。

這個方法適用於Visual Basic和腳本應用程式。

語法

HRESULT CreateEmptyCollectionObject(
  [out] ITCollection2 **ppCollection
);

參數

[out] ppCollection

新集合物件上 ITCollection2 介面的指標。

傳回值

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

傳回碼 描述
S_OK
方法成功。
E_POINTER
ppCollection 參數不是有效的指標。
E_OUTOFMEMORY
記憶體不足,無法配置 物件。

規格需求

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

另請參閱

ITCollection2

ITCustomTone

ITDetectTone

ITTAPI2