Contents Index Topic Contents | ||
Previous Topic: RB_GETBANDCOUNT Next Topic: RB_GETBARHEIGHT |
RB_GETBANDINFO
RB_GETBANDINFO wParam = (WPARAM)(UINT) uBand; lParam = (LPARAM)(LPREBARBANDINFO) lprbbi;Retrieves information about a specified band in a rebar control.
- Returns nonzero if successful, or zero otherwise.
- uBand
- Zero-based index of the band for which the information will be retrieved.
- lprbbi
- Address of a REBARBANDINFO structure that will receive the requested band information. Before sending this message, you must set the cbSize member of this structure to the size of the REBARBANDINFO structure and set the fMask parameter to the items you want to retrieve. Additionally, you must set the cch member of the REBARBANDINFO structure to the size of the lpText buffer when RBBIM_TEXT is specified.
Version 4.70
See also RB_SETBANDINFO
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.