WM SETBORDERSIZE: Difference between revisions
Appearance
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..." |
(No difference)
|
Latest revision as of 04:33, 18 April 2025
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
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.