Jump to content

Main public logs

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).

Logs
  • 14:16, 9 April 2025 Martini talk contribs created page WinIsMenuItemChecked (Created page with "This function returns the state (checked/not checked) of the identified menu item. ==Syntax==  WinIsMenuItemChecked(hwndMenu, usId) ==Parameters== ;hwndMenu (HWND) - Input : Menu window handle. ;usId (USHORT) - Input : Identity of the menu item. ==Returns== ;rc (BOOL) - returns :Checked-state indicator. :;TRUE ::Menu item is checked. :;FALSE ::Menu item is not checked. ==Remarks== This macro expands to&colon. <Pre> #define WinIsMenuItemChecked(hwndMenu,...")