Compartir a través de


Función SHAddFolderPathToLibrary (shobjidl_core.h)

Agrega una carpeta a una biblioteca.

Sintaxis

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

Parámetros

[in] plib

Tipo: IShellLibrary*

Puntero a un objeto IShellLibrary al que se va a agregar la carpeta.

[in] pszFolderPath

Tipo: PCWSTR

Carpeta que se va a agregar, especificada por la ruta de acceso.

Valor devuelto

Tipo: HRESULT

Si esta función se realiza correctamente, devuelve S_OK. De lo contrario, devuelve un código de error de HRESULT.

Comentarios

Se trata de una función auxiliar insertada que ajusta el método IShellLibrary::AddFolder .

Requisitos

Requisito Value
Cliente mínimo compatible Windows 7 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 R2 [solo aplicaciones de escritorio]
Plataforma de destino Windows
Encabezado shobjidl_core.h (include Shobjidl.h)

Consulte también

IShellLibrary

IShellLibrary::AddFolder

IShellLibrary::LoadLibraryFromItem

IShellLibrary::LoadLibraryFromKnownFolder

IShellLibrary::RemoveFolder

SHLoadLibraryFromItem

SHLoadLibraryFromKnownFolder

SHLoadLibraryFromParsingName

SHRemoveFolderPathFromLibrary