SHAddFolderPathToLibrary 函数 (shobjidl_core.h)
将文件夹添加到库。
语法
HRESULT SHAddFolderPathToLibrary(
[in] IShellLibrary *plib,
[in] PCWSTR pszFolderPath
);
参数
[in] plib
类型: IShellLibrary*
指向要向其添加文件夹的 IShellLibrary 对象的指针。
[in] pszFolderPath
类型: PCWSTR
要添加的文件夹,由 path 指定。
返回值
类型: HRESULT
如果此函数成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
注解
这是一个内联帮助程序函数,用于包装 IShellLibrary::AddFolder 方法。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | shobjidl_core.h (包括 Shobjidl.h) |
另请参阅
IShellLibrary::LoadLibraryFromItem