Contents Index Topic Contents | ||
Previous Topic: ListView_GetUnicodeFormat Next Topic: ListView_GetWorkAreas |
ListView_GetViewRect
BOOL ListView_GetViewRect( HWND hwnd, RECT FAR *prc );Retrieves the bounding rectangle of all items in the list view control. The list view must be in icon or small icon view. You can use this macro or send the LVM_GETVIEWRECT message explicitly.
- Returns TRUE if successful, or FALSE otherwise.
- hwnd
- Handle to the list view control.
- prc
- Address of a RECT structure that receives the bounding rectangle. All coordinates are relative to the visible area of the list view control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.