SECListBar::HitTest

Determines if a list view item was hit. Refer to the CListCtrl::HitTest documentation for detailed information.

Defined in: listbar.cpp

Syntax

HitTest(LV_HITTESTINFO* pHitTestInfo)

HitTest(CPoint pt, UINT* pFlags)

Return Value

The index of the item at the position, if any, or -1 otherwise.

Parameters

pHitTestInfo

Address of a LV_HITTESTINFO structure that contains the position to hit test and receives information about the results of the hit test.

pt

The point to test.

pFlags

Pointer to an integer that receives information about the results of the test.

See Also

SECListBar