Jump to content

WM SETSELECTION: 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:1904:19, 18 April 2025 Martini talk contribs 1,024 bytes +1,024 Created page with "This message occurs when a window is selected or deselected. ==Syntax== <pre> param1 USHORT usselection; Selection flag.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''usselection'' (USHORT) - input: Selection flag. :TRUE: The window is selected. :FALSE: The window is deselected. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''ulReserved'' (ULONG) - returns: Reserved value, should..."