Jump to content

WM PSETFOCUS: 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 03:5903:59, 18 April 2025 Martini talk contribs 1,116 bytes +1,116 Created page with "This message is posted when the Language Support Window or Dialog Procedure processes a WM_SETFOCUS message. ==Syntax== <pre> param1 HWND hwnd; Focus-window handle.: param2 USHORT usfocus; Focus flag.: </pre> ==Parameters== ;''hwnd'' (HWND) - input: Focus-window handle. :NULLHANDLE: No window lost or received the focus. :Other: Window handle. ;''usfocus'' (USHORT) - input: Focus flag. :TRUE: The window received the focus. ''hwnd'' is..."