Main public logs
Appearance
Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:32, 9 April 2025 Martini talk contribs created page WinQueryButtonCheckState (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...")