class
	WEL_STARTUP_INFO

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

Ancestors
	WEL_BIT_OPERATIONS
	WEL_FILL_ATTRIBUTES_CONSTANTS
	WEL_STARTUP_CONSTANTS
	WEL_STRUCTURE

Queries
	background_blue: INTEGER
	background_green: INTEGER
	background_intensity: INTEGER
	background_red: INTEGER
	clear_flag (flags, mask: INTEGER): INTEGER
	exists: BOOLEAN
	fill_attributes: INTEGER
	flag_set (flags, mask: INTEGER): BOOLEAN
	flags: INTEGER
	foreground_blue: INTEGER
	foreground_green: INTEGER
	foreground_intensity: INTEGER
	foreground_red: INTEGER
	height: INTEGER
	is_valid_fill_attributes (an_integer: INTEGER): BOOLEAN
	is_valid_startup_flag (a_flag: INTEGER): BOOLEAN
	is_valid_startup_flags (a_flags: INTEGER): BOOLEAN
	item: POINTER
	set_flag (flags, mask: INTEGER): INTEGER
	shared: BOOLEAN
	show_command: INTEGER
	startf_force_off_feedback: INTEGER
	startf_force_on_feedback: INTEGER
	startf_use_count_chars: INTEGER
	startf_use_fill_attributes: INTEGER
	startf_use_position: INTEGER
	startf_use_show_window: INTEGER
	startf_use_size: INTEGER
	startf_use_std_handles: INTEGER
	std_error: INTEGER
	std_input: INTEGER
	std_output: INTEGER
	title: STRING
	to_integer: INTEGER
	width: INTEGER
	x_character_count: INTEGER
	x_offset: INTEGER
	y_character_count: INTEGER
	y_offset: INTEGER

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