class
	ECOM_GUID

General
	cluster: com.Structures
	description: "COM GUID structure"
	create: make_from_guid, make_from_pointer, make_from_string, make

Ancestors
	ECOM_ROUTINES
	ECOM_STRUCTURE

Queries
	exists: BOOLEAN
	Guid_routines: ECOM_GUID_ROUTINES
	is_equal (a_guid: ECOM_GUID): BOOLEAN
	item: POINTER
	out: STRING
	shared: BOOLEAN
	structure_size: INTEGER
	to_definition_string: STRING
	to_integer: INTEGER
	to_string: STRING

Commands
	dispose
	generate
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_shared
	set_unshared
	set_value (source: [like Current] ECOM_GUID)