Contents Index Topic Contents | ||
Previous Topic: RB_GETPALETTE Next Topic: RB_GETROWCOUNT |
RB_GETRECT
RB_GETRECT wParam = (WPARAM)(INT) iBand; lParam = (LPARAM)(LPRECT) lprc;Retrieves the bounding rectangle for a given band in a rebar control.
- Returns nonzero if successful, or zero otherwise.
- iBand
- Zero-based index of a band in the rebar control.
- lprc
- Address of a RECT structure that will receive the bounds of the rebar band.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.