IToc::GetEntryListCount 方法 (wmcodecdsp.h)

GetEntryListCount 方法會擷取目錄中的項目清單數目。

語法

HRESULT GetEntryListCount(
  WORD *pwCount
);

參數

pwCount

接收項目清單數目的 WORD 指標。

傳回值

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

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

規格需求

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

另請參閱

GetEntryListByIndex

IToc