Share via


SB_GETBORDERS (Windows Embedded CE 6.0)

1/6/2010

This message retrieves the current widths of the horizontal and vertical borders of a status window.

Syntax

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 Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Status Bars Messages
Status Bars Reference