INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
cluster: ecom
class ECOM_UNION_GDI_OBJECT_UNION
inherit

RTS_SERVER
end
feature -- Data

data: BIT 32
feature -- members

hBitmap: expanded ECOM_PTR [expanded ECOM_HBITMAP]
-- TYPE: _userHBITMAP * hBitmap

hPalette: expanded ECOM_PTR [expanded ECOM_HPALETTE]
-- TYPE: _userHPALETTE * hPalette

hGeneric: expanded ECOM_PTR [expanded ECOM_HGLOBAL]
-- TYPE: _userHGLOBAL * hGeneric
feature -- Adapt

adapt (other: ECOM_UNION_GDI_OBJECT_UNION)
feature -- Set

set_hBitmap (hbitmap_: expanded ECOM_PTR [expanded ECOM_HBITMAP])

set_hPalette (hpalette_: expanded ECOM_PTR [expanded ECOM_HPALETTE])

set_hGeneric (hgeneric_: expanded ECOM_PTR [expanded ECOM_HGLOBAL])
feature -- Size

size: INTEGER
end -- class ECOM_UNION_GDI_OBJECT_UNION

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES