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

IShellLibrary::AddFolder

IShellLibrary::LoadLibraryFromItem

IShellLibrary::LoadLibraryFromKnownFolder

IShellLibrary::RemoveFolder

SHAddFolderPathToLibrary

SHLoadLibraryFromItem

SHLoadLibraryFromKnownFolder

SHLoadLibraryFromParsingName