IToc::AddEntryListByIndex 方法 (wmcodecdsp.h)
AddEntryListByIndex方法會將專案清單新增至目錄,並將呼叫端提供的索引與專案清單產生關聯。
語法
HRESULT AddEntryListByIndex(
[in] WORD wEntryListIndex,
[in] ITocEntryList *pEntryList
);
參數
[in] wEntryListIndex
呼叫端所指定的索引,要與專案清單相關聯。
[in] pEntryList
ITocEntryList介面的指標,表示要加入的專案清單。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
規格需求
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | wmcodecdsp.h |
Dll | Wmvdspa.dll |