class
	ECOM_STATSTG

General
	cluster: com.Structures
	description: "Encapsulation of STATSTG structure"
	create: make_from_pointer

Ancestors
	ECOM_LOCK_TYPES
	ECOM_STGM
	ECOM_STGTY
	ECOM_WRAPPER

Queries
	access_time: WEL_FILE_TIME
	clsid: POINTER
	creation_time: WEL_FILE_TIME
	exists: BOOLEAN
	is_same_name (other_name: STRING): BOOLEAN
	item: POINTER
	locks_supported: INTEGER
	mode: INTEGER
	modification_time: WEL_FILE_TIME
	name: STRING
	size: ECOM_ULARGE_INTEGER
	type: INTEGER

Commands
	make_from_pointer (a_pointer: POINTER)