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:08, 9 April 2025 Martini talk contribs created page WinEnableMenuItem (Created page with "This macro ''sets the state of the specified menu item to the enable flag''. ==Syntax== WinEnableMenuItem(hwndMenu, usId, fEnable) ==Parameters== ;hwndMenu (HWND) - Input : Menu window handle. ;usId (USHORT) - Input : Item identifier. ;fEnable (BOOL) - Input : Enable flag. ==Returns== ;rc (BOOL) - returns :Success indicator. :;TRUE ::Successful completion :;FALSE ::Error occurred. ==Remarks== This macro expands to&colon. <Pre> #define WinEnableMenuI...")