MFC
Expand Minimize
This topic has not yet been rated - Rate this topic

CListCtrl::InsertMarkHitTest

Retrieves the insertion point closest to a specified point.

int InsertMarkHitTest( 
   LPPOINT pPoint, 
   LPLVINSERTMARK lvim  
) const;
pPoint

A pointer to a POINT structure that contains the hit test coordinates, relative to the client area of the list control.

lvim

A pointer to an LVINSERTMARK structure that specifies the insertion point closest to the coordinates defined by the point parameter.

The insertion point closest to the specified point.

This member function emulates the functionality of the LVM_INSERTMARKHITTEST message, as described in the Windows SDK.

Header: afxcmn.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.