compile insert msWin_HTMLHelp_Equates /* ** Copyright (C) 2013-2020 Revelation Software Inc. All Rights Reserved ** Author Mr C Date Oct 2020 Purpose Equates for use with the Windows HTMLHelp function Amended Date Reason ======= ==== ====== */ //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// #ifndef _MSWIN_HTMLHELP_EQUATES_ #define _MSWIN_HTMLHELP_EQUATES_ //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// // PS-Supported HTML commands equ HH_DISPLAY_TOC$ to 0x0001 equ HH_DISPLAY_INDEX$ to 0x0002 equ HH_DISPLAY_SEARCH$ to 0x0003 equ HH_KEYWORD_LOOKUP$ to 0x000D equ HH_HELP_CONTEXT$ to 0x000F equ HH_CLOSE_ALL$ to 0x0012 //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// #endif //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////