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_STGMEDIUM_UNION
inherit

RTS_SERVER
end
feature -- Data

data: BIT 32
feature -- members

hGdiHandle: expanded ECOM_PTR [expanded ECOM_GDI_OBJECT]
-- TYPE: _GDI_OBJECT * hGdiHandle

hMetaFilePict: expanded ECOM_PTR [expanded ECOM_HMETAFILEPICT]
-- TYPE: _userHMETAFILEPICT * hMetaFilePict

hHEnhMetaFile: expanded ECOM_PTR [expanded ECOM_HENHMETAFILE]
-- TYPE: _userHENHMETAFILE * hHEnhMetaFile

hGlobal: expanded ECOM_PTR [expanded ECOM_HGLOBAL]
-- TYPE: _userHGLOBAL * hGlobal

lpszFileName: POINTER
-- TYPE: LPWSTR lpszFileName

pstm: expanded ECOM_PTR [expanded ECOM_PTRexpanded ECOM_BYTE_BLOB]
-- TYPE: _BYTE_BLOB * * pstm

pstg: expanded ECOM_PTR [expanded ECOM_PTRexpanded ECOM_BYTE_BLOB]
-- TYPE: _BYTE_BLOB * * pstg
feature -- Adapt

adapt (other: ECOM_UNION_STGMEDIUM_UNION)
feature -- Set

set_hGdiHandle (hgdihandle_: expanded ECOM_PTR [expanded ECOM_GDI_OBJECT])

set_hMetaFilePict (hmetafilepict_: expanded ECOM_PTR [expanded ECOM_HMETAFILEPICT])

set_hHEnhMetaFile (hhenhmetafile_: expanded ECOM_PTR [expanded ECOM_HENHMETAFILE])

set_hGlobal (hglobal_: expanded ECOM_PTR [expanded ECOM_HGLOBAL])

set_lpszFileName (lpszfilename_: POINTER)

set_pstm (pstm_: expanded ECOM_PTR [expanded ECOM_PTRexpanded ECOM_BYTE_BLOB])

set_pstg (pstg_: expanded ECOM_PTR [expanded ECOM_PTRexpanded ECOM_BYTE_BLOB])
feature -- Size

size: INTEGER
end -- class ECOM_UNION_STGMEDIUM_UNION

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES