class
	ECOM_ENUM_STATSTG

General
	cluster: interfaces
	description: "Wrapper of IEnumSTATSTG interface, used to enumerate through an array of STATSTG structures, which contains statistical information about an open storage, stream, or byte array object."
	create: make

Ancestors
	ECOM_WRAPPER*

Queries
	access_time (a_name: STRING_8): WEL_FILE_TIME
	clone_enum: [like Current] ECOM_ENUM_STATSTG
	creation_time (a_name: STRING_8): WEL_FILE_TIME
	is_valid_name (name: STRING_8): BOOLEAN
	item: POINTER
	modification_time (a_name: STRING_8): WEL_FILE_TIME
	next_item: ECOM_STATSTG

Commands
	make (a_pointer: POINTER)
	memory_free
	reset
	skip (n: NATURAL_32)