IToc::RemoveEntryListByIndex 方法 (wmcodecdsp.h)

RemoveEntryListByIndex 方法从目录中删除由索引指定的条目列表。

语法

HRESULT RemoveEntryListByIndex(
  [in] WORD wEntryListIndex
);

参数

[in] wEntryListIndex

要删除的条目列表的索引。

返回值

该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。

返回代码 说明
S_OK
方法成功。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 wmcodecdsp.h
DLL Wmvdspa.dll

另请参阅

AddEntryListByIndex

IToc