IActiveDesktop::GetDesktopItemCount 方法 (shlobj_core.h)
获取桌面项的计数。
语法
HRESULT GetDesktopItemCount(
[out] int *pcItems,
DWORD dwReserved
);
参数
[out] pcItems
类型: int*
指向 int 值的指针,此方法成功返回时包含计数。
dwReserved
类型:DWORD
保留。 必须设置为零。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
注解
pcItems 指向的值可用于枚举所有桌面项。 桌面项的索引值从零开始,比 pcItems 指向的值少一个。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 专业版、Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | shlobj_core.h |
DLL | Shell32.dll (版本 4.71 或更高版本) |