Jump to content

WM SETBORDERSIZE: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 April 2025

  • curprev 04:3304:33, 18 April 2025 Martini talk contribs 676 bytes +676 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..."