Contents Index Topic Contents | ||
Previous Topic: SB_GETPARTS Next Topic: SB_GETTEXT |
SB_GETRECT
SB_GETRECT wParam = (WPARAM) iPart; lParam = (LPARAM) (LPRECT) lprc;Retrieves the bounding rectangle of a part in a status window.
- Returns TRUE if successful, or FALSE otherwise.
- iPart
- Zero-based index of the part whose bounding rectangle is to be retrieved.
- lprc
- Address of a RECT structure that receives the bounding rectangle.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.