class
	WEL_PROCESS_INFO

General
	cluster: wel.structs
	description: "Information about a process."
	create: make

Ancestors
	WEL_STRUCTURE

Queries
	exists: BOOLEAN
	item: POINTER
	process_handle: INTEGER
	process_id: INTEGER
	shared: BOOLEAN
	thread_handle: INTEGER
	thread_id: INTEGER
	to_integer: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_item (an_item: POINTER)
	set_process_handle (a_handle: [like process_handle] INTEGER)
	set_process_id (a_id: [like process_id] INTEGER)
	set_shared
	set_thread_handle (a_handle: [like thread_handle] INTEGER)
	set_thread_id (a_id: [like thread_id] INTEGER)
	set_unshared