Jump to content

MM INSERTITEM: 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.

25 April 2025

  • curprev 18:5818:58, 25 April 2025 Martini talk contribs 1,502 bytes +1,502 Created page with "This message inserts a menu item into a menu. ==Syntax== <pre> param1 PMENUITEM pmenuitem; Menu-item data structure.: param2 PSZ pszItemText; Item text.: </pre> ==Parameters== ;pmenuitem (PMENUITEM) - input: Menu-item data structure. This points to a MENUITEM structure. ;pszItemText (PSZ) - input: Item text. This points to a string containing the text to be inserted. ==Returns== ;sIndexInserted (SHORT) - return: Index of inserted item. ::MIT_M..."