Partager via


Méthode IShellFolderBand ::InitializeSFB (shlobj.h)

Initialise un objet IShellFolderBand .

Syntaxe

HRESULT InitializeSFB(
  IShellFolder      *psf,
  PCIDLIST_ABSOLUTE pidl
);

Paramètres

psf

Type : IShellFolder*

Pointeur vers un objet IShellFolder .

pidl

Type : PCIDLIST_ABSOLUTE

A PIDL.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
Plateforme cible Windows
En-tête shlobj.h
DLL Shell32.dll (version 5.00 ou ultérieure)

Voir aussi

IShellFolder

IShellFolderBand