IShellFolderBand::SetBandInfoSFB method (shlobj.h)

Uses the information in a BANDINFOSFB structure to set the band information for a IShellFolderBand object.

Syntax

HRESULT SetBandInfoSFB(
  PBANDINFOSFB pbi
);

Parameters

pbi

Type: PBANDINFOSFB

A pointer to a BANDINFOSFB structure.

Return value

Type: HRESULT

Returns S_OK if successful, or an error code otherwise.

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