|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <commctrl.h>

Public Attributes | |
| UINT | mask |
| int | iItem |
| int | iSubItem |
| UINT | state |
| UINT | stateMask |
| LPSTR | pszText |
| int | cchTextMax |
| int | iImage |
| LPARAM | lParam |
| int | iIndent |
| int | iGroupId |
| UINT | cColumns |
| PUINT | puColumns |
Definition at line 2347 of file commctrl.h.
| int tagLVITEMA::cchTextMax |
Definition at line 2354 of file commctrl.h.
Referenced by CDefView::OnNotify(), parent_wnd_proc(), test_canceleditlabel(), and test_notify_proc().
| UINT tagLVITEMA::cColumns |
Definition at line 2359 of file commctrl.h.
| int tagLVITEMA::iGroupId |
Definition at line 2358 of file commctrl.h.
| int tagLVITEMA::iImage |
Definition at line 2355 of file commctrl.h.
Referenced by test_approximate_viewrect().
| int tagLVITEMA::iIndent |
Definition at line 2357 of file commctrl.h.
| int tagLVITEMA::iItem |
Definition at line 2349 of file commctrl.h.
Referenced by test_approximate_viewrect(), test_item_count(), and test_item_position().
| int tagLVITEMA::iSubItem |
Definition at line 2350 of file commctrl.h.
Referenced by test_approximate_viewrect(), test_callback_mask(), test_columns(), test_item_count(), and test_item_position().
| LPARAM tagLVITEMA::lParam |
Definition at line 2356 of file commctrl.h.
| UINT tagLVITEMA::mask |
Definition at line 2348 of file commctrl.h.
Referenced by parent_wnd_proc(), test_approximate_viewrect(), test_item_count(), and test_item_position().
| LPSTR tagLVITEMA::pszText |
Definition at line 2353 of file commctrl.h.
Referenced by CDefView::OnNotify(), parent_wnd_proc(), test_approximate_viewrect(), test_canceleditlabel(), test_editbox(), test_item_count(), test_item_position(), and test_notify_proc().
| PUINT tagLVITEMA::puColumns |
Definition at line 2360 of file commctrl.h.
| UINT tagLVITEMA::state |
Definition at line 2351 of file commctrl.h.
| UINT tagLVITEMA::stateMask |
Definition at line 2352 of file commctrl.h.
Referenced by test_callback_mask().