deferred class
	WEL_STRUCTURE

General
	cluster: wel.structs
	description: "Abstract notions of a Windows data structure."

Ancestors
	WEL_ANY

Queries
	exists: BOOLEAN
	item: POINTER
	shared: BOOLEAN
	structure_size: 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_shared
	set_unshared