IObjMgr::Append 方法 (shlobj_core.h)
将 对象追加到托管对象的集合。
语法
HRESULT Append(
[in] IUnknown *punk
);
参数
[in] punk
类型: IUnknown*
要添加到列表的 对象的 IUnknown 接口的地址。
返回值
类型: HRESULT
如果成功,则返回S_OK,否则返回 COM 错误代码。
要求
最低受支持的客户端 | Windows 2000 专业版、Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | shlobj_core.h |
DLL | Shell32.dll (5.0 或更高版本) |