Events
19 May, 6 pm - 23 May, 12 am
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Gets the text of a list-view item or subitem. You can use this macro or send the LVM_GETITEMTEXT message explicitly.
To get the length of the retrieved string, send the LVM_GETITEMTEXT message explicitly.
void ListView_GetItemText(
HWND hwndLV,
int i,
int iSubItem_,
LPTSTR pszText_,
int cchTextMax_
);
hwndLV
Type: HWND
A handle to the list-view control.
i
Type: int
The index of the list-view item.
iSubItem_
Type: int
The index of the subitem. To retrieve the item text, set iSubItem_ to zero.
pszText_
Type: LPTSTR
A pointer to a buffer that receives the item or subitem text.
cchTextMax_
Type: int
The number of characters in the pszText_ buffer.
None
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |
Events
19 May, 6 pm - 23 May, 12 am
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today