class
	WEL_HD_HIT_TEST_INFO

General
	cluster: wel
	description: "This class represents a structure that containsinformation about a hit test for a WEL_HEADER_CONTROL"
	create: make_by_pointer, make

Ancestors
	WEL_BIT_OPERATIONS
	WEL_STRUCTURE*

Queries
	clear_flag (flags, mask: INTEGER_32): INTEGER_32
	exists: BOOLEAN
	flag_set (flags, mask: INTEGER_32): BOOLEAN
	flags: INTEGER_32
	index: INTEGER_32
	is_equal (other: [like Current] WEL_HD_HIT_TEST_INFO): BOOLEAN
	item: POINTER
	point: WEL_POINT
	set_flag (flags, mask: INTEGER_32): INTEGER_32
	shared: BOOLEAN
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_HD_HIT_TEST_INFO)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_flags (value: INTEGER_32)
	set_index (value: INTEGER_32)
	set_item (an_item: POINTER)
	set_point (a_point: WEL_POINT)
	set_shared
	set_unshared