LVM_HITTESTLVM_HITTEST*
*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.

pinfo
Address of an LVHITTESTINFO structure that contains the position to hit test and receives information about the results of the hit test.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.