This message retrieves the current widths of the horizontal and vertical borders of a status window.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
SB_GETBORDERS wParam = 0; lParam = (LPARAM)(LPINT) aBorders;
Parameters
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.