Contents Index Topic Contents | ||
Previous Topic: LVM_GETITEMPOSITION Next Topic: LVM_GETITEMSPACING |
LVM_GETITEMRECT
LVM_GETITEMRECT wParam = (WPARAM) (int) i; lParam = (LPARAM) (LPRECT) prc;Retrieves the bounding rectangle for all or part of an item in the current view. You can send this message explicitly or by using the ListView_GetItemRect macro.
- Returns TRUE if successful, or FALSE otherwise.
- i
- Index of the list view item.
- prc
- Address of a RECT structure that receives the bounding rectangle. When the message is sent, the left member of this structure is used to determine the portion of the list view item for which to retrieve the bounding rectangle. This will be one of the code values defined in ListView_GetItemRect.
This parameter is specified by the left member of the RECT structure pointed to by prc.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.