IUpdateCollection::Insert 方法 (wuapi.h)
將項目插入指定位置上的集合中。
語法
HRESULT Insert(
[in] LONG index,
[in] IUpdate *value
);
參數
[in] index
將插入新介面的位置。
[in] value
將插入的 IUpdate 介面。
傳回值
如果成功 , 則傳回S_OK。 否則,傳回 COM 或 Windows 錯誤碼。
此方法也可以傳回下列錯誤碼。
傳回碼 | Description |
---|---|
|
參數值無效或 NULL。 |
|
集合是唯讀的。 |
|
索引無效。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional 與 SP3 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003、Windows 2000 Server 與 SP3 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | wuapi.h |
程式庫 | Wuguid.lib |
Dll | Wuapi.dll |