IActiveDesktop::GetDesktopItemOptions 方法 (shlobj_core.h)
获取桌面项的选项。
语法
HRESULT GetDesktopItemOptions(
[in, out] LPCOMPONENTSOPT pco,
DWORD dwReserved
);
参数
[in, out] pco
类型: LPCOMPONENTSOPT
包含当前设置的选项的 COMPONENTSOPT 结构的地址。
dwReserved
类型:DWORD
保留。 必须设置为零。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
最低受支持的客户端 | Windows 2000 专业版、Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | shlobj_core.h |
DLL | Shell32.dll (4.71 或更高版本) |