indexing
	description: "Mask flags that indicate which of the structure members of WEL_HD_ITEM contain valid data."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_HDI_CONSTANTS

feature -- Access

	hdi_bitmap: INTEGER

	hdi_format: INTEGER

	hdi_height: INTEGER

	hdi_lparam: INTEGER

	hdi_text: INTEGER

	hdi_width: INTEGER
	
invariant

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

end -- class WEL_HDI_CONSTANTS