Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 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 as described in the Platform SDK.
CReBarCtrl Overview | Class Members | Hierarchy Chart
See Also CReBarCtrl::SetBandInfo, CReBarCtrl::GetBandCount, CReBarCtrl::DeleteBand, CReBarCtrl::InsertBand, CReBarCtrl::ShowBand