- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_SAFEARRAY
- inherit
-
RTS_SERVER
- end
- feature -- members
-
cDims: RTS_SHORT_INTEGER
-
fFeatures: RTS_SHORT_INTEGER
-
cbElements: INTEGER
-
cLocks: INTEGER
-
pvData: POINTER
-
rgsabound: expanded ECOM_PTR [expanded ECOM_SAFEARRAYBOUND]
- feature -- Adapt
-
adapt (other: ECOM_SAFEARRAY)
- feature -- Set
-
set (cdims_: RTS_SHORT_INTEGER; ffeatures_: RTS_SHORT_INTEGER; cbelements_: INTEGER; clocks_: INTEGER; pvdata_: POINTER; rgsabound_: expanded ECOM_PTR [expanded ECOM_SAFEARRAYBOUND])
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_SAFEARRAY]
- feature -- Size
-
size: INTEGER
end -- class ECOM_SAFEARRAY