WM SETBORDERSIZE
Appearance
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.