Jump to content

WM SETBORDERSIZE

From EDM2
Revision as of 04:33, 18 April 2025 by Martini (talk | contribs) (Created page with "This message is sent to the frame window to change the width and height of the border. ==Syntax== <pre> param1 USHORT uscx; Width of border.: param2 USHORT uscy; Height of border.: </pre> ==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 th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.