LVM_GETITEMRECT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message 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.

Syntax

LVM_GETITEMRECT wParam = (WPARAM)(int) i; 
    lParam = (LPARAM)(LPRECT) prc;

Parameters

  • i
    Index of the list-view item.
  • prc
    Pointer to 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.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ListView_GetItemRect
RECT
List-View Controls Messages