Provides information about an item in a list view control when it is displayed in tile view.
Syntax
typedef struct LVTILEINFO { UINT cbSize; int iItem; UINT cColumns; PUINT puColumns; } LVTILEINFO, *PLVTILEINFO;
Members
- cbSize
- Size of the LVTILEINFO structure.
- iItem
- Item for which the information is retrieved or set.
- cColumns
- Number of columns to display for this item.
- puColumns
- Pointer to the array of column indices; length of cColumns.
Structure Information
Header Commctrl.h Minimum operating systems Windows NT Whistler