class
	ECOM_GUID

General
	cluster: 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
	is_initialized: BOOLEAN
	item: POINTER
	out: STRING_8
	shared: BOOLEAN
	structure_size: INTEGER_32
	to_definition_string: STRING_8
	to_string: STRING_8

Commands
	copy (other: [like Current] ECOM_GUID)
	dispose
	generate
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_shared
	set_unshared
	set_value (source: [like Current] ECOM_GUID)