INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

cluster: ecom
class ECOM_CLIENT_IUNKNOWN
inherit

ECOM_IUNKNOWN
undefine
copy,
is_equal
end

RTS_MEMORY_AREA
rename
make as fill
redefine
copy
end

ECOM_CLIENT_CALL_SERVER
undefine
copy,
is_equal
end
feature -- Interface members

QueryInterface (riid: expanded ECOM_PTR [expanded ECOM_GUID]; ppvobject: expanded ECOM_PTR [POINTER]): ECOM_HRESULT

AddRef: INTEGER

Release: INTEGER
feature -- Helpers

frozen XAddRef

frozen XRelease
feature -- Get ptr

get_ptr: expanded ECOM_PTR [expanded ECOM_CLIENT_IUNKNOWN]

get_qi_ptr: expanded ECOM_PTR [POINTER]
-- Returns pointer to interface in 'QueryInterface' compatible form.

frozen get_iunknown_ptr: expanded ECOM_PTR [expanded ECOM_CLIENT_IUNKNOWN]
-- Pointer to IUnknown interface pointer

is_null: BOOLEAN
feature -- Copy

copy (other: like Current)
feature -- Size

size: INTEGER
end -- class ECOM_CLIENT_IUNKNOWN

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES