ReactOS 0.4.16-dev-306-g647d351
|
#include <treelist.h>
Public Attributes | |
NMHDR | hdr |
TVITEM | item |
UINT | uAction |
UINT | uHeight |
UINT | uMaxEntries |
LPCTSTR | pTextEntries |
LPCTSTR * | pTextList |
POINT | ptAction |
Definition at line 61 of file treelist.h.
NMHDR _TV_STARTEDIT::hdr |
Definition at line 62 of file treelist.h.
Referenced by TreeListStartNotifyEdit().
TVITEM _TV_STARTEDIT::item |
Definition at line 63 of file treelist.h.
Referenced by TreeListStartNotifyEdit().
POINT _TV_STARTEDIT::ptAction |
Definition at line 69 of file treelist.h.
Referenced by TreeListStartNotifyEdit().
LPCTSTR _TV_STARTEDIT::pTextEntries |
Definition at line 67 of file treelist.h.
Referenced by TreeListStartNotifyEdit().
LPCTSTR* _TV_STARTEDIT::pTextList |
Definition at line 68 of file treelist.h.
Referenced by TreeListStartNotifyEdit().
UINT _TV_STARTEDIT::uAction |
Definition at line 64 of file treelist.h.
Referenced by TreeListStartNotifyEdit().
UINT _TV_STARTEDIT::uHeight |
Definition at line 65 of file treelist.h.
Referenced by TreeListStartNotifyEdit().
UINT _TV_STARTEDIT::uMaxEntries |
Definition at line 66 of file treelist.h.
Referenced by TreeListStartNotifyEdit().