IShellFolderBand::GetBandInfoSFB method (shlobj.h)

Gets information concerning an IShellFolderBand object and places it in a BANDINFOSFB structure.

Syntax

HRESULT GetBandInfoSFB(
  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