ReactOS 0.4.16-dev-340-g0540c21
|
#include <hhctrl.h>
Public Attributes | |
IITStorage * | pITStorage |
IStorage * | pStorage |
WCHAR * | szFile |
IStream * | strings_stream |
char ** | strings |
DWORD | strings_size |
WCHAR * | compiledFile |
WCHAR * | defWindow |
WCHAR * | defTopic |
WCHAR * | defTitle |
WCHAR * | defToc |
UINT | codePage |
UINT CHMInfo::codePage |
Definition at line 113 of file hhctrl.h.
Referenced by ReadChmSystem().
WCHAR* CHMInfo::compiledFile |
Definition at line 107 of file hhctrl.h.
Referenced by CloseCHM(), and ReadChmSystem().
WCHAR* CHMInfo::defTitle |
Definition at line 110 of file hhctrl.h.
Referenced by CloseCHM(), and ReadChmSystem().
WCHAR* CHMInfo::defToc |
Definition at line 111 of file hhctrl.h.
Referenced by CloseCHM(), and ReadChmSystem().
WCHAR* CHMInfo::defTopic |
Definition at line 109 of file hhctrl.h.
Referenced by CloseCHM(), and ReadChmSystem().
WCHAR* CHMInfo::defWindow |
Definition at line 108 of file hhctrl.h.
Referenced by CloseCHM(), and ReadChmSystem().
IITStorage* CHMInfo::pITStorage |
Definition at line 99 of file hhctrl.h.
Referenced by CloseCHM().
IStorage* CHMInfo::pStorage |
Definition at line 100 of file hhctrl.h.
Referenced by CloseCHM(), FindContextAlias(), InitSearch(), and ReadChmSystem().
char** CHMInfo::strings |
Definition at line 104 of file hhctrl.h.
Referenced by CloseCHM(), and GetChmString().
DWORD CHMInfo::strings_size |
Definition at line 105 of file hhctrl.h.
Referenced by CloseCHM(), and GetChmString().
IStream* CHMInfo::strings_stream |
Definition at line 103 of file hhctrl.h.
Referenced by CloseCHM(), and GetChmString().
WCHAR* CHMInfo::szFile |
Definition at line 101 of file hhctrl.h.
Referenced by CloseCHM().