Contents Index Topic Contents | ||
Previous Topic: ListView_GetItemCount Next Topic: ListView_GetItemRect |
ListView_GetItemPosition
BOOL ListView_GetItemPosition( HWND hwnd, int i, POINT FAR *ppt );Retrieves the position of a list view item. You can use this macro or explicitly send the LVM_GETITEMPOSITION message.
- Returns TRUE if successful, or FALSE otherwise.
- hwnd
- Handle to the list view control.
- 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.