Prev Next
ListView_HitTest info Overview GroupThe ListView_HitTest macro determines which list view item, if any, is at a specified position. You can use this macro or explicitly send the LVM_HITTEST message. int ListView_HitTest(
Parameters
Return ValuesReturns the index of the item at the specified position, if any, or -1 otherwise. See Also
|