Prev Next
ListView_GetItemText info Overview GroupThe ListView_GetItem macro retrieves the text of a list view item or subitem. You can use this macro or explicitly send the LVM_GETITEMTEXT message. void WINAPI ListView_GetItemText(
Parameters
Return ValuesThe ListView_GetItemText macro does not return a value. If you send the LVM_GETITEMTEXT message explicitly, it returns the length of the retrieved string. See Also |