IShellFolderBand::InitializeSFB method (shlobj.h)

Initializes an IShellFolderBand object.

Syntax

HRESULT InitializeSFB(
  IShellFolder      *psf,
  PCIDLIST_ABSOLUTE pidl
);

Parameters

psf

Type: IShellFolder*

A pointer to an IShellFolder object.

pidl

Type: PCIDLIST_ABSOLUTE

A PIDL.

Return value

Type: HRESULT

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

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shlobj.h
DLL Shell32.dll (version 5.00 or later)

See also

IShellFolder

IShellFolderBand