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