class
	WEL_MDI_CREATE_STRUCT

General
	cluster: wel
	description: "Contains information about the class, title, owner, location, and size of a MDI child window."
	create: make

Ancestors
	WEL_STRUCTURE*
	WEL_WS_CONSTANTS

Queries
	class_name: STRING_32
	exists: BOOLEAN
	height: INTEGER_32
	is_equal (other: [like Current] WEL_MDI_CREATE_STRUCT): BOOLEAN
	item: POINTER
	lparam: POINTER
	owner: WEL_INSTANCE
	shared: BOOLEAN
	Structure_size: INTEGER_32
	style: INTEGER_32
	title: STRING_32
	width: INTEGER_32
	x: INTEGER_32
	y: INTEGER_32

Commands
	copy (other: [like Current] WEL_MDI_CREATE_STRUCT)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_class_name (a_class_name: STRING_GENERAL)
	set_height (a_height: INTEGER_32)
	set_item (an_item: POINTER)
	set_lparam (a_lparam: POINTER)
	set_owner (an_owner: WEL_INSTANCE)
	set_shared
	set_style (a_style: INTEGER_32)
	set_title (a_title: STRING_GENERAL)
	set_unshared
	set_width (a_width: INTEGER_32)
	set_x (a_x: INTEGER_32)
	set_y (a_y: INTEGER_32)