- indexing
- project: "Visual Eiffel COM"
- copyright: "Object Tools, 1998"
- version: 1.0
- key: "COM"
- cluster: ecom
class ECOM_GLOBALS
- inherit
-
RTS_SERVER
- end
- feature -- operations
-
iids: ECOM_STANDARD_IIDS
-
wsg: WSTRINGS_GUIDS_SERVER
-
conv: ECOM_CONVERSION_SERVER
-
evt: EOLE_VARTYPE
-
class_info2class_info_ex (ci: RTS_CLASS_INFO): RTS_CLASS_INFO_EX
-
- require
-
non_void_class_info:
ci /= void
-
extended_ci_format:
ci.is_extended_ci_format
-
hresult_code: EOLE_ERROR_CODE
end -- class ECOM_GLOBALS