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