共用方式為


ITocEntryList::GetEntryByIndex 方法 (wmcodecdsp.h)

GetEntryByIndex 方法會從清單中擷取索引所指定的專案。

語法

HRESULT GetEntryByIndex(
  [in]  DWORD     dwEntryIndex,
  [out] ITocEntry **ppEntry
);

參數

[in] dwEntryIndex

要擷取之專案的索引。

[out] ppEntry

變數的指標,接收代表專案的 ITocEntry 介面指標。

傳回值

方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。

傳回碼 描述
S_OK
此方法已成功。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 wmcodecdsp.h
Dll Wmvdspa.dll

另請參閱

AddEntryByIndex

ITocEntryList