class
	ECOM_ENUM_STATSTG

General
	cluster: com.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_from_pointer

Ancestors
	ECOM_WRAPPER

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

Commands
	make_from_pointer (a_pointer: POINTER)
	reset
	skip (n: INTEGER)