class
	ECOM_STGM

General
	cluster: constants
	description: "SToraGe Mode flags"

Ancestors
	ANY

Queries
	is_valid_stgm (stgm: INTEGER_32): BOOLEAN
	stgm_convert: INTEGER_32
	stgm_create: INTEGER_32
	stgm_deleteonrelease: INTEGER_32
	stgm_direct: INTEGER_32
	stgm_failifthere: INTEGER_32
	stgm_priority: INTEGER_32
	stgm_read: INTEGER_32
	stgm_readwrite: INTEGER_32
	stgm_share_deny_none: INTEGER_32
	stgm_share_deny_read: INTEGER_32
	stgm_share_deny_write: INTEGER_32
	stgm_share_exclusive: INTEGER_32
	stgm_transacted: INTEGER_32
	stgm_write: INTEGER_32