Jump to content

WinEnableMenuItem: 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:0814:08, 9 April 2025 Martini talk contribs 2,227 bytes +2,227 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..."