Jump to content

WinQueryLboxItemText: 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 17:3517:35, 9 April 2025 Martini talk contribs 2,683 bytes +2,683 Created page with "This macro fills the buffer with the text of the indexed item. It returns the length of the text. ==Syntax==  WinQueryLboxItemText(hwndLbox, index, psz, cchMax) ==Parameters== ;hwndLbox (HWND) - Input : List box handle. ;index (SHORT) - Input : Index of the listbox item. ;psz (PSZ) - Input : Pointer to a null terminated string. ;cchMax (SHORT) - Input : Maximum number of characters allocated to the string. ;lRetTxtL (LONG) - returns :Actual text le..."