#include "hhctrl.h"
#include "stream.h"
#include "wine/debug.h"
Go to the source code of this file.
Defines |
| #define | NONAMELESSUNION |
| #define | NONAMELESSSTRUCT |
Enumerations |
| enum | insert_type_t { INSERT_NEXT,
INSERT_CHILD
} |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (htmlhelp) |
| static void | free_content_item (ContentItem *item) |
| static void | parse_obj_node_param (ContentItem *item, ContentItem *hhc_root, const char *text) |
| static ContentItem * | parse_hhc (HHInfo *, IStream *, ContentItem *, insert_type_t *) |
| static ContentItem * | insert_item (ContentItem *item, ContentItem *new_item, insert_type_t insert_type) |
| static ContentItem * | parse_sitemap_object (HHInfo *info, stream_t *stream, ContentItem *hhc_root, insert_type_t *insert_type) |
| static ContentItem * | parse_ul (HHInfo *info, stream_t *stream, ContentItem *hhc_root) |
| static void | insert_content_item (HWND hwnd, ContentItem *parent, ContentItem *item) |
| static void | fill_content_tree (HWND hwnd, ContentItem *parent, ContentItem *item) |
| static void | set_item_parents (ContentItem *parent, ContentItem *item) |
| void | InitContent (HHInfo *info) |
| void | ReleaseContent (HHInfo *info) |