ListBox_GetItemRect macro (windowsx.h)

Gets the dimensions of the rectangle that bounds a list box item as it is currently displayed in the list box. You can use this macro or send the LB_GETITEMRECT message explicitly.

Syntax

void ListBox_GetItemRect(
   hwndCtl,
   index,
   lprc
);

Parameters

hwndCtl

Type: HWND

A handle to the control.

index

Type: int

The zero-based index of the item in the list box.

lprc

Type: RECT*

A pointer to a RECT structure that receives the client coordinates for the item in the list box.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header windowsx.h