class
	ECOM_STATSTG

General
	cluster: structures
	description: "Encapsulation of STATSTG structure"
	create: make

Ancestors
	ECOM_LOCK_TYPES
	ECOM_STGM
	ECOM_STGTY
	ECOM_WRAPPER*

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

Commands
	make (a_pointer: POINTER)