indexing
	description: "Help constants.  See MSDN for more details discussion."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_HELP_CONSTANTS

feature -- Access

	Help_command: INTEGER is 258

	Help_contents: INTEGER is 3

	Help_context: INTEGER is 1
			-- Display topic identified by specified context identifier
			-- defined in [MAP] section of .hpj file

	Help_contextmenu: INTEGER is 10

	Help_contextpopup: INTEGER is 8

	Help_finder: INTEGER is 11

	Help_forcefile: INTEGER is 9

	Help_helponhelp: INTEGER is 4

	Help_index: INTEGER is 3

	Help_key: INTEGER is 257

	Help_multikey: INTEGER is 513

	Help_partialkey: INTEGER is 261

	Help_quit: INTEGER is 2

	Help_setcontents: INTEGER is 5

	Help_setindex: INTEGER is 5

	Help_setpopup_pos: INTEGER is 13

	Help_setwinpos: INTEGER is 515

	Help_tcard: INTEGER is 32768

	Help_wm_help: INTEGER is 12
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class WEL_HELP_CONSTANTS