List-View Controls Structures
The following table shows the list-view controls structures, with a description of the purpose of each.
Programming element | Description |
---|---|
LV_DISPINFO | This structure contains information needed to display an owner-drawn item in a list-view control. |
LV_FINDINFO | This structure contains information used to search for a list-view item. |
LVCOLUMN | This structure contains information about a column in report view. |
LVFINDINFO | This structure that contains information used to search for a list-view item. |
LVHITTESTINFO | This structure has been extended to accommodate subitem hit-testing. |
LVITEM | This structure that specifies or receives the attributes of a list-view item. |
NMLISTVIEW | This structure contains information about a list-view message. |
NMLVCACHEHINT | This structure contains information used to update the cached item information for use with a virtual list view. |
NMLVCUSTOMDRAW | This structure contains information specific to an NM_CUSTOMDRAW message sent by a list-view control. |
NMLVFINDITEM | This structure that contains information the owner needs to find items requested by a virtual list-view control. |
NMLVKEYDOWN | This structure that contains information used in processing the LVN_KEYDOWN message. |
NMLVODSTATECHANGE | This structure that contains information for use in processing the LVN_ODSTATECHANGED message. |
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.