SB_GETBORDERS (Windows CE 5.0)
This message retrieves the current widths of the horizontal and vertical borders of a status window.
SB_GETBORDERS wParam= 0;lParam= (LPARAM)(LPINT)aBorders;
Parameters
- wParam
Not used. - aBorders
Address of an integer array that has three elements. The first element receives the width of the horizontal border, the second receives the width of the vertical border, and the third receives the width of the border between rectangles.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Status Bars Messages | Status Bars Reference
Send Feedback on this topic to the authors