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:21, 9 April 2025 Martini talk contribs created page WinIsMenuItemValid (Created page with "This function indicates if the specified menu item is a valid choice. ==Syntax== WinIsMenuItemValid(hwndMenu, usId) ==Parameters== ;hwndMenu (HWND) - Input : Menu window handle. ;usId (USHORT) - Input : Identity of the menu item. ==Returns== ;rc (BOOL) - returns :Validity indicator. :;TRUE ::Menu item is valid. :;FALSE ::Menu item is invalid. ==Remarks== This macro expands to&colon. <Pre> #define WinIsMenuItemValid(hwndMenu, usId) ((BOOL)WinSendMsg(h...")