BOOL GetBandInfo( UINT uBand, REBARBANDINFO* prbbi ) const;
Return Value
Nonzero if successful; otherwise zero.
Parameters
uBand
Zero-based index of the band for which the information will be retrieved.
prbbi
A pointer to a REBARBANDINFO structure to receive the band information. You must set the cbSize member of this structure to sizeof(REBARBANDINFO)
and set the fMask member to the items you want to retrieve before sending this message.
Remarks
This member function implements the behavior of the Win32 message RB_GETBANDINFO as described in the Platform SDK.
CReBarCtrl Overview | Class Members | Hierarchy Chart
See Also CReBarCtrl::SetBandInfo, CReBarCtrl::GetBandCount, CReBarCtrl::DeleteBand, CReBarCtrl::InsertBand, CReBarCtrl::ShowBand