The LVM_GETITEMRECT 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.
LVM_GETITEMRECT wParam = (WPARAM) (int) i; lParam = (LPARAM) (LPRECT) prc;
Returns TRUE if successful or FALSE otherwise.
This parameter is specified by the left member of the RECT structure pointed to by prc.