IMFAttributes::GetCount 方法 (mfobjects.h)
检索在此 对象上设置的属性数。
语法
HRESULT GetCount(
[out] UINT32 *pcItems
);
参数
[out] pcItems
接收属性数。 此参数不得为 NULL。 如果此参数为 NULL,则会发生访问冲突。
返回值
该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。
返回代码 | 说明 |
---|---|
|
方法成功。 |
注解
若要枚举所有属性,请为每个索引值调用 IMFAttributes::GetItemByIndex 。
如果安装了 Windows Media Format 11 SDK 可再发行组件,则此接口在以下平台上可用:
- Windows XP with Service Pack 2 (SP2) 及更高版本。
- Windows XP Media Center Edition 2005 KB900325 (windows XP Media Center Edition 2005) 和KB925766 (2006 年 10 月 Windows XP Media Center Edition 更新汇总) 安装。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [桌面应用 | UWP 应用] |
最低受支持的服务器 | Windows Server 2008 [桌面应用 | UWP 应用] |
目标平台 | Windows |
标头 | mfobjects.h (包括 Mfidl.h) |
Library | Mfuuid.lib |