Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CListBox::GetItemRect
CListBox                                    Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  int GetItemRect( int nIndex, LPRECT lpRect ) const;
 
  Parameter   Description
 
  <nIndex>    Specifies the zero-based index of the item.
 
  <lpRect>    Specifies a long pointer to a RECT data structure that
              receives the list-box client coordinates of the item.
 
  Remarks
 
  Retrieves the dimensions of the rectangle that bounds a list-box item as
  it is currently displayed in the list-box window.
 
  Return Value
 
  LB_ERR if an error occurs.
 
  See Also
 
  LB_GETITEMRECT
 
 
                                     -♦-