INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

project: "Visual Eiffel COM"
copyright: "Object Tools, 1998-2003"
version: "$Revision: 1.1 $"
key: "COM", "HRESULT"
cluster: ecom
expanded class ECOM_HRESULT
inherit

EOLE_ERROR_CODE
redefine
out
end
feature -- Status report

item: INTEGER

succeeded: BOOLEAN
-- Does the HRESULT denote a success?

failed: BOOLEAN
-- Does the HRESULT denote a failure?

facility: INTEGER
-- Facility

code: INTEGER
-- Error code
feature -- operations

set_item (i: INTEGER)
feature -- Queries

out: STRING
feature -- Get reference

get_ptr: expanded ECOM_PTR [ECOM_HRESULT]
end -- class ECOM_HRESULT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES