CListCtrl::SubItemHitTest

int SubItemHitTest( LPLVHITTESTINFO pInfo );

Return Value

The one-based index of the item, or subitem, being tested (if any), or -1 otherwise.

Parameters

pInfo

A pointer to the LVHITTESTINFO structure.

Remarks

This member function implements the behavior of the Win32 macro, ListView_SubItemHitTest, as described in the Platform SDK.

CListCtrl OverviewClass MembersHierarchy Chart