Función SHRemoveFolderPathFromLibrary (shobjidl_core.h)
Quita una carpeta de una biblioteca.
Sintaxis
HRESULT SHRemoveFolderPathFromLibrary(
[in] IShellLibrary *plib,
[in] PCWSTR pszFolderPath
);
Parámetros
[in] plib
Tipo: IShellLibrary*
Objeto IShellLibrary del que se va a quitar la carpeta.
[in] pszFolderPath
Tipo: PCWSTR
Ruta de acceso de la carpeta que se va a quitar.
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::RemoveFolder .
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::LoadLibraryFromItem