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:20, 9 April 2025 Martini talk contribs created page WinIsMenuItemEnabled (Created page with "This function returns the state (enabled/disabled) of the specified menu item. ==Syntax== WinIsMenuItemEnabled(hwndMenu, usId) ==Parameters== ;hwndMenu (HWND) - Input : Menu window handle. ;usId (USHORT) - Input : Identity of the menu item. ==Returns== ;rc (BOOL) - returns :Enabled-state indicator. :;TRUE ::Menu item is enabled. :;FALSE ::Menu item is disabled. ==Remarks== This macro expands to&colon. <Pre> #define WinIsMenuItemEnabled(hwndMenu, usId)...")