Jump to content

LM SETITEMTEXT: 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.

28 April 2025

  • curprev 02:2202:22, 28 April 2025 Martini talk contribs 915 bytes +915 Created page with "{{DISPLAYTITLE:LM_SETITEMTEXT}} This message sets the text into the specified list box item. ==Syntax== <pre> param1 SHORT sItemIndex; Item index.: param2 PSZ pszItemText; Item text.: </pre> ==Parameters== ;sItemIndex (SHORT) - input: Item index. ;pszItemText (PSZ) - input: Item text. ::This points to a string containing the text to set the list-box item to. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::FALSE:..."