LVM_GETITEMPOSITIONLVM_GETITEMPOSITION*
*Contents  *Index  *Topic Contents
*Previous Topic: LVM_GETITEMCOUNT
*Next Topic: LVM_GETITEMRECT

LVM_GETITEMPOSITION


LVM_GETITEMPOSITION 
    wParam = (WPARAM) (int) i; 
    lParam = (LPARAM) (POINT FAR *) ppt; 

Retrieves the position of a list view item. You can send this message explicitly or by using the ListView_GetItemPosition macro.

i
Index of the list view item.
ppt
Address of a POINT structure that receives the position of the item's upper-left corner, in view coordinates.

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