IBandSite::GetBandSiteInfo method (shobjidl_core.h)

Gets information about a band in the band site.

Syntax

HRESULT GetBandSiteInfo(
  [in, out] BANDSITEINFO *pbsinfo
);

Parameters

[in, out] pbsinfo

Type: BANDSITEINFO*

The address of a BANDSITEINFO structure that contains the band site information for the object. The dwMask member of this structure specifies what information is being requested.

Return value

Type: HRESULT

Returns S_OK if successful, or a COM-defined 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 shobjidl_core.h (include Shldisp.h)
DLL Shell32.dll (version 4.71 or later)

See also

BANDSITEINFO

IBandSite

IDeskBand