|
|
|
IBandSite Interface |
|
IID_IBandSite |
{4CF504B0-DE96-11D0-8B3F-00A0C911E8E5} |
|
IBandSite is used to host band objects, such as IDeskBand.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IBandSite Method |
Description |
|
AddBand |
Adds a band to a band site object. |
|
EnumBands |
Called to enumerate the bands in a band site. |
|
QueryBand |
Gets information about a band in a band site. |
|
SetBandState |
Set the state of a band in the band site. |
|
RemoveBand |
Removes a band from the band site. |
|
GetBandObject |
Gets a specified band object from a band site. |
|
SetBandSiteInfo |
Sets information about the band site. |
|
GetBandSiteInfo |
Gets information about a band in the band site. |
|
AddBand |
|
FUNCTION
IBandSite_AddBand ( _
|
|
EnumBands |
|
FUNCTION
IBandSite_EnumBands ( _
|
|
QueryBand |
|
FUNCTION Proto_IBandSite_QueryBand ( _
FUNCTION
IBandSite_QueryBand ( _ LOCAL HRESULT AS LONG
LOCAL bstrLen AS
LONG FUNCTION = HRESULT
|
|
SetBandState |
|
FUNCTION
IBandSite_SetBandState ( _
|
|
RemoveBand |
|
FUNCTION
IBandSite_RemoveBand ( _
|
|
GetBandObject |
|
FUNCTION
IBandSite_GetBandObject ( _
|
|
SetBandSiteInfo |
|
FUNCTION
IBandSite_SetBandSiteInfo ( _
|
|
GetBandSiteInfo |
|
FUNCTION
IBandSite_GetBandSiteInfo ( _
|
Page last updated on Wednesday, 15 February 2006 22:36:07 +0100