class
	WEL_STARTUP_INFO

General
	cluster: wel
	description: "Process creation startup information."
	create: make

Ancestors
	WEL_BIT_OPERATIONS
	WEL_FILL_ATTRIBUTES_CONSTANTS
	WEL_STARTUP_CONSTANTS
	WEL_STRUCTURE*

Queries
	background_blue: INTEGER_32
	background_green: INTEGER_32
	background_intensity: INTEGER_32
	background_red: INTEGER_32
	clear_flag (flags, mask: INTEGER_32): INTEGER_32
	exists: BOOLEAN
	fill_attributes: INTEGER_32
	flag_set (flags, mask: INTEGER_32): BOOLEAN
	flags: INTEGER_32
	foreground_blue: INTEGER_32
	foreground_green: INTEGER_32
	foreground_intensity: INTEGER_32
	foreground_red: INTEGER_32
	height: INTEGER_32
	is_equal (other: [like Current] WEL_STARTUP_INFO): BOOLEAN
	is_valid_fill_attributes (an_integer: INTEGER_32): BOOLEAN
	is_valid_startup_flag (a_flag: INTEGER_32): BOOLEAN
	is_valid_startup_flags (a_flags: INTEGER_32): BOOLEAN
	item: POINTER
	set_flag (flags, mask: INTEGER_32): INTEGER_32
	shared: BOOLEAN
	show_command: INTEGER_32
	startf_force_off_feedback: INTEGER_32
	startf_force_on_feedback: INTEGER_32
	startf_use_count_chars: INTEGER_32
	startf_use_fill_attributes: INTEGER_32
	startf_use_position: INTEGER_32
	startf_use_show_window: INTEGER_32
	startf_use_size: INTEGER_32
	startf_use_std_handles: INTEGER_32
	std_error: POINTER
	std_input: POINTER
	std_output: POINTER
	structure_size: INTEGER_32
	title: STRING_32
	width: INTEGER_32
	x_character_count: INTEGER_32
	x_offset: INTEGER_32
	y_character_count: INTEGER_32
	y_offset: INTEGER_32

Commands
	add_flag (a_flag: INTEGER_32)
	copy (other: [like Current] WEL_STARTUP_INFO)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_fill_attributes (a_fill_attributes: [like fill_attributes] INTEGER_32)
	set_flags (a_flags: INTEGER_32)
	set_height (a_height: [like height] INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_show_command (a_command: [like show_command] INTEGER_32)
	set_std_error (an_error_output: POINTER)
	set_std_input (an_input: POINTER)
	set_std_output (an_output: POINTER)
	set_title (a_title: STRING_GENERAL)
	set_unshared
	set_width (a_width: [like width] INTEGER_32)
	set_x_character_count (a_character_count: [like x_character_count] INTEGER_32)
	set_x_offset (an_offset: [like x_offset] INTEGER_32)
	set_y_character_count (a_character_count: [like y_character_count] INTEGER_32)
	set_y_offset (an_offset: [like y_offset] INTEGER_32)