LVM_SUBITEMHITTESTLVM_SUBITEMHITTEST*
*Contents  *Index  *Topic Contents
*Previous Topic: LVM_SORTITEMS
*Next Topic: LVM_UPDATE

LVM_SUBITEMHITTEST


LVM_SUBITEMHITTEST
    wParam = 0;
    lParam = (LPARAM)(LVHITTESTINFO FAR *)pInfo;

Determines which list view item or subitem is at a given position. You can send this message explicitly or by using the ListView_SubItemHitTest macro.

pInfo
Address of an LVHITTESTINFO structure. The POINT structure within LVHITTESTINFO should be set to the client coordinates to be hit-tested.

Version 4.70


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