ReactOS 0.4.15-dev-7953-g1f49173
ContentItem Struct Reference

#include <hhctrl.h>

Collaboration diagram for ContentItem:

Public Attributes

struct ContentItemparent
 
struct ContentItemchild
 
struct ContentItemnext
 
HTREEITEM id
 
LPWSTR name
 
LPWSTR local
 
ChmPath merge
 

Detailed Description

Definition at line 59 of file hhctrl.h.

Member Data Documentation

◆ child

struct ContentItem* ContentItem::child

Definition at line 61 of file hhctrl.h.

◆ id

HTREEITEM ContentItem::id

Definition at line 64 of file hhctrl.h.

◆ local

LPWSTR ContentItem::local

Definition at line 67 of file hhctrl.h.

Referenced by OnTopicChange().

◆ merge

ChmPath ContentItem::merge

Definition at line 68 of file hhctrl.h.

Referenced by OnTopicChange(), and parse_obj_node_param().

◆ name

LPWSTR ContentItem::name

Definition at line 66 of file hhctrl.h.

Referenced by OnTopicChange().

◆ next

struct ContentItem* ContentItem::next

Definition at line 62 of file hhctrl.h.

Referenced by insert_item().

◆ parent

struct ContentItem* ContentItem::parent

Definition at line 60 of file hhctrl.h.

Referenced by OnTopicChange().


The documentation for this struct was generated from the following file: