ITCollection2::Remove 方法 (tapi3if.h)
Remove 方法會從集合中刪除位於指定索引處的專案。
語法
HRESULT Remove(
[in] long Index
);
參數
[in] Index
指定要移除之專案集合中的位置。
傳回值
這個方法可以傳回下列其中一個值。
傳回碼 | 描述 |
---|---|
|
方法成功。 |
|
Index 參數未指定有效的索引。 |
|
記憶體不足,無法重新配置集合。 |
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | tapi3if.h |
程式庫 | Uuid.lib |
Dll | Tapi3.dll |