IDeskBand interface
Gets information about a band object.
Members
The IDeskBand interface inherits from IDockingWindow but does not have additional members.
Remarks
Use the IDeskBand interface when you are implementing a band object. See the Creating Custom Explorer Bars, Tool Bands, and Desk Bands article for more information about band objects.
Do not call this interface directly. IDeskBand is used by the Shell or the browser to get display information for a band object.
To get display information for the Links toolbar, call CoCreateInstance with the following CLSID.
DEFINE_GUID(CLSID_QuickLinks, 0xe5cbf21, 0xd15f, 0x11d0, 0x83, 0x1, 0x0, 0xaa, 0x0, 0x5b, 0x43, 0x83);
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Shlobj.h |
IDL |
Shobjidl.idl |