Jump to content

WM INITMENU: 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.

18 April 2025

  • curprev 04:4004:40, 18 April 2025 Martini talk contribs 1,295 bytes +1,295 Created page with "This message occurs when a menu control is about to become active. ==Syntax== <pre> param1 SHORT smenuid; Menu-control identifier.: param2 HWND hwnd; Menu-window handle.: </pre> ==Parameters== ;''smenuid'' (SHORT) - input: Menu-control identifier. ;''hwnd'' (HWND) - input: Menu-window handle. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''ulReserved'' (ULONG) - returns: Reserved value, should be 0. ==Remark..."