ITTimeCollection::D elete 方法

[ Rendezvous IP Telephony Conferencing Controls and interface not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. RTC 用戶端 API 提供類似的功能。]

Delete方法會刪除ITTime元件。

語法

HRESULT Delete(
  [in] LONG Index
);

參數

索引 [in]

要刪除之 ITTime 元件的索引。 (索引陣列是以一起始的。)

傳回值

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

意義
S_OK
方法成功。
E_INVALIDARG
Index參數無效。
E_OUTOFMEMORY
記憶體不足,無法執行作業。
E_FAIL
未指定的錯誤。
E_NOTIMPL
尚未實作這個方法。

規格需求

需求
TAPI 版本
需要 TAPI 3.0 或更新版本
標頭
Sdpblb.h
程式庫
Uuid.lib
DLL
Sdpblb.dll

另請參閱

ITTimeCollection

ITTime