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.
- Returns TRUE if successful, or FALSE otherwise.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.