Jump to content

WinIsMenuItemValid: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 April 2025

  • curprev 14:2114:21, 9 April 2025 Martini talk contribs 2,233 bytes +2,233 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..."