ReactOS 0.4.15-dev-7958-gcd0bb1a
IndexItem Struct Reference

#include <hhctrl.h>

Collaboration diagram for IndexItem:

Public Attributes

struct IndexItemnext
 
HTREEITEM id
 
LPWSTR keyword
 
ChmPath merge
 
int nItems
 
int itemFlags
 
int indentLevel
 
IndexSubItemitems
 

Detailed Description

Definition at line 76 of file hhctrl.h.

Member Data Documentation

◆ id

HTREEITEM IndexItem::id

Definition at line 79 of file hhctrl.h.

◆ indentLevel

int IndexItem::indentLevel

Definition at line 85 of file hhctrl.h.

◆ itemFlags

int IndexItem::itemFlags

Definition at line 84 of file hhctrl.h.

◆ items

IndexSubItem* IndexItem::items

Definition at line 86 of file hhctrl.h.

Referenced by OnTopicChange(), and parse_hhindex().

◆ keyword

LPWSTR IndexItem::keyword

Definition at line 80 of file hhctrl.h.

Referenced by OnTopicChange(), and parse_hhindex().

◆ merge

ChmPath IndexItem::merge

Definition at line 81 of file hhctrl.h.

Referenced by OnTopicChange().

◆ next

struct IndexItem* IndexItem::next

Definition at line 77 of file hhctrl.h.

◆ nItems

int IndexItem::nItems

Definition at line 83 of file hhctrl.h.

Referenced by OnTopicChange().


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