I am new to Windows programming and I am trying to click an item in listview control for that I need to take the rect size of the listview.Can anyone help me regarding ListView_GetItemRect macro.

I used like this:
ListView_GetItemRect(e3Obj.eHwnd,3,&rec,LVIR_BOUNDS);
But I am not getting any values in the RECT rect.Kindly help me