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

Public Attributes | |
| struct ContentItem * | parent |
| struct ContentItem * | child |
| struct ContentItem * | next |
| HTREEITEM | id |
| LPWSTR | name |
| LPWSTR | local |
| ChmPath | merge |
| struct ContentItem* ContentItem::child |
| LPWSTR ContentItem::local |
Definition at line 67 of file hhctrl.h.
Referenced by OnTopicChange().
| ChmPath ContentItem::merge |
Definition at line 68 of file hhctrl.h.
Referenced by OnTopicChange(), and parse_obj_node_param().
| LPWSTR ContentItem::name |
Definition at line 66 of file hhctrl.h.
Referenced by OnTopicChange().
| struct ContentItem* ContentItem::next |
Definition at line 62 of file hhctrl.h.
Referenced by insert_item().
| struct ContentItem* ContentItem::parent |
Definition at line 60 of file hhctrl.h.
Referenced by OnTopicChange().