Jump to content

WinQueryButtonCheckState: 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.

9 April 2025

  • curprev 14:3214:32, 9 April 2025 Martini talk contribs 1,337 bytes +1,337 Created page with "This macro returns the checked state of the button control specified. ==Syntax==  WinQueryButtonCheckstate(hwndDlg, usId) ==Parameters== ;hwndDlg (HWND) - Input : Dialog window handle. ;usId (USHORT) - Input : Button control identity. ==Returns== ;usRetChkst (USHORT) - returns :Returns the checkstate of the specified button control. ==Remarks== This macro expands to&colon. <Pre> #define WinQueryButtonCheckstate(hwndDlg, usId)   ((USHORT)WinSendDlgItemMs..."