Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a folder from a library.
Syntax
HRESULT SHRemoveFolderPathFromLibrary(
  [in] IShellLibrary *plib,
  [in] PCWSTR        pszFolderPath
);
Parameters
[in] plib
Type: IShellLibrary*
The IShellLibrary object from which to remove the folder.
[in] pszFolderPath
Type: PCWSTR
The path of the folder to remove.
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::RemoveFolder 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::LoadLibraryFromItem