Contents Index Topic Contents | ||
Previous Topic: LVM_GETWORKAREAS Next Topic: LVM_INSERTCOLUMN |
LVM_HITTEST
LVM_HITTEST wParam = 0; lParam = (LPARAM) (LPLVHITTESTINFO) pinfo;Determines which list view item, if any, is at a specified position. You can send this message explicitly or by using the ListView_HitTest macro.
- Returns the index of the item at the specified position, if any, or -1 otherwise.
- pinfo
- Address of an LVHITTESTINFO structure that contains the position to hit test and receives information about the results of the hit test.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.