ITocEntryList::AddEntry 方法 (wmcodecdsp.h)
AddEntry 方法将单个条目添加到列表中,并为该条目分配索引。
语法
HRESULT AddEntry(
[in] ITocEntry *pEntry,
[out] DWORD *pdwEntryIndex
);
参数
[in] pEntry
指向表示要添加的条目的 ITocEntry 接口的指针。
[out] pdwEntryIndex
指向接收所添加项的索引的 DWORD 的指针。
返回值
该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。
返回代码 | 说明 |
---|---|
|
方法成功。 |
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | wmcodecdsp.h |
DLL | Wmvdspa.dll |