ReactOS 0.4.16-dev-205-g7b2bb7e
|
Public Attributes | |
ITEMHDR | hdr |
UINT | state |
LPARAM | lParam |
INT | iIndent |
ITEM_ID * | id |
Definition at line 169 of file listview.c.
ITEMHDR tagITEM_INFO::hdr |
Definition at line 171 of file listview.c.
Referenced by LISTVIEW_EndEditLabelT(), LISTVIEW_GetItemT(), LISTVIEW_InsertItemT(), and set_main_item().
ITEM_ID* tagITEM_INFO::id |
Definition at line 175 of file listview.c.
Referenced by LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteItem(), LISTVIEW_InsertItemT(), and LISTVIEW_MapIndexToId().
INT tagITEM_INFO::iIndent |
Definition at line 174 of file listview.c.
Referenced by LISTVIEW_GetItemT(), and set_main_item().
LPARAM tagITEM_INFO::lParam |
Definition at line 173 of file listview.c.
Referenced by LISTVIEW_CallBackCompare(), LISTVIEW_GetItemT(), LISTVIEW_InsertItemT(), and set_main_item().
UINT tagITEM_INFO::state |
Definition at line 172 of file listview.c.
Referenced by LISTVIEW_GetItemT(), LISTVIEW_SortItems(), and set_main_item().