Jump to content

WM SETBORDERSIZE

From EDM2

This message is sent to the frame window to change the width and height of the border.

Syntax

param1
    USHORT uscx; /* Width of border. */

param2
    USHORT uscy; /* Height of border. */

Parameters

uscx (USHORT) - input
Width of border.
uscy (USHORT) - input
Height of border.

Returns

rc (BOOL) - returns
Success indicator.
TRUE: Successful completion
FALSE: Error occurred

Remarks

The frame control sets the width and height to uscx and uscy respectively.

Default Processing

The default window procedure takes no action on this message, other than to set rc to FALSE.