LVTILEINFO Structure


This is preliminary documentation and is subject to change.

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

HeaderCommctrl.h
Minimum operating systems Windows NT Whistler


© 2000 Microsoft Corporation. All rights reserved. Terms of use.