SHAddFolderPathToLibrary function (shobjidl_core.h)

Adds a folder to a library.

Syntax

HRESULT SHAddFolderPathToLibrary(
  [in] IShellLibrary *plib,
  [in] PCWSTR        pszFolderPath
);

Parameters

[in] plib

Type: IShellLibrary*

Pointer to an IShellLibrary object to which to add the folder.

[in] pszFolderPath

Type: PCWSTR

The folder to add, specified by path.

Return value

Type: HRESULT

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This is an inline helper function that wraps the IShellLibrary::AddFolder method.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

IShellLibrary

IShellLibrary::AddFolder

IShellLibrary::LoadLibraryFromItem

IShellLibrary::LoadLibraryFromKnownFolder

IShellLibrary::RemoveFolder

SHLoadLibraryFromItem

SHLoadLibraryFromKnownFolder

SHLoadLibraryFromParsingName

SHRemoveFolderPathFromLibrary