BOOL GetSubItemRect( int iItem, int iSubItem, int nArea, CRect& ref );
Return Value
Nonzero if successful; otherwise zero.
Parameters
iItem
Index of the subitem’s parent item.
iSubItem
The one-based index of the subitem.
nArea
Determines the portion of the bounding rectangle (of the list view subitem) to be retrieved. The portion (icon, label, or both) of the bounding rectangle is specified by applying the bitwise OR operator to one or more of the following values:
ref
Reference to a CRect object that contains the coordinates of the subitem’s bounding rectangle.
Remarks
This member function implements the behavior of the Win32 macro, ListView_GetSubItemRect, as described in the Platform SDK.