SHRemoveFolderPathFromLibrary 函式 (shobjidl_core.h)
從文件庫移除資料夾。
語法
HRESULT SHRemoveFolderPathFromLibrary(
[in] IShellLibrary *plib,
[in] PCWSTR pszFolderPath
);
參數
[in] plib
類型: IShellLibrary*
要從中移除資料夾的 IShellLibrary 物件。
[in] pszFolderPath
類型: PCWSTR
要移除的資料夾路徑。
傳回值
類型: HRESULT
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
這是包裝 IShellLibrary::RemoveFolder 方法的內嵌協助程式函式。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | shobjidl_core.h (包含 Shobjidl.h) |
另請參閱
IShellLibrary::LoadLibraryFromItem