fsWinProperties

Value Description
HHWIN_PROP_AUTO_SYNC Causes the Contents or Index tab (depending on which one is showing) to be automatically synchronzied with the topic that is displayed in the HTML pane.
HHWIN_PROP_CHANGE_TITLE Causes the title bar of the Help Viewer to match the title of the topic that appears in the Topic pane.
HHWIN_PROP_NAV_ONLY_WIN Specifies that the window only contains a Navigation pane and toolbar. No topics can appear in this Help Viewer. Selecting a topic in this window will cause the topic to be displayed in another window (using the compiled help files' default window)
HHWIN_PROP_NODEF_EXSTYLES Specifies that the window uses no default extended styles when it is created. Instead the dwExStyles is used only.
HHWIN_PROP_NODEF_STYLES Specifies that the window uses no default styles when it is created. If this flag is not specified, the window is created with the following default styles:
WS_THICKFRAME | WS_OVERLAPPED | WS_VISIBLE
otherwise the dwStyles member is used only.
HHWIN_PROP_NOTB_TEXT Specifies that the buttons on the toolbar of the Help Viewer should not display a caption below the icon..
HHWIN_PROP_NOTITLEBAR Creates a window without a title bar.
HHWIN_PROP_NO_TOOLBAR Creates a window without a toolbar.
HHWIN_PROP_ONTOP Creates a window that stays on top of all windows on the desktop rather than staying on top of only the calling window.
HHWIN_PROP_POST_QUIT Specifies that when the window is closed, a WM_QUIT message is posted to the program referenced by hwndCaller This will usually cause that application to terminate.
HHWIN_PROP_TAB_ADVSEARCH Creates a window whose Navigation pane includes a full-text Search tab. If this flag is not included then the window will not have a search tab even if the compiled help (.chm) file includes full text search.
HHWIN_PROP_TAB_FAVORITES Creates a window with a Favorites tab.
HHWIN_PROP_TAB_HISTORY Creates a window with a History tab.
HHWIN_PROP_TAB_SEARCH Creates a window with a Search tab.
HHWIN_PROP_TRACKING Enables HTML Help notification messages to be sent to the window specified in hwndCaller.
HHWIN_PROP_TRI_PANE Creates the HTML Help Viewer (with a Topic pane, Navigation pane, and toolbar). Once a window has been created, this flag cannot be used to modify the existing window. Note that you must set the pszToc member or the TOC tab will not be displayed.
HHWIN_PROP_USER_POS If the user resizes or repositions the help window, this size/position will be used when the compiled help file is opened again. Without this setting, the window always appears in the same size/position.

#define HHWIN_PROP_TAB_AUTOHIDESHOW (1 << 0) // Automatically hide/show tri-pane window
#define HHWIN_PROP_MENU (1 << 16) // Menu
#define HHWIN_PROP_TAB_CUSTOM1 (1 << 19) // Use custom tab #1
#define HHWIN_PROP_TAB_CUSTOM2 (1 << 20) // Use custom tab #2
#define HHWIN_PROP_TAB_CUSTOM3 (1 << 21) // Use custom tab #3
#define HHWIN_PROP_TAB_CUSTOM4 (1 << 22) // Use custom tab #4
#define HHWIN_PROP_TAB_CUSTOM5 (1 << 23) // Use custom tab #5
#define HHWIN_PROP_TAB_CUSTOM6 (1 << 24) // Use custom tab #6
#define HHWIN_PROP_TAB_CUSTOM7 (1 << 25) // Use custom tab #7
#define HHWIN_PROP_TAB_CUSTOM8 (1 << 26) // Use custom tab #8
#define HHWIN_PROP_TAB_CUSTOM9 (1 << 27) // Use custom tab #9