- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_BYTE_BLOB
- inherit
-
RTS_SERVER
- end
- feature -- members
-
clSize: INTEGER
-
abData: expanded ECOM_PTR [CHARACTER]
- feature -- Adapt
-
adapt (other: ECOM_BYTE_BLOB)
- feature -- Set
-
set (clsize_: INTEGER; abdata_: expanded ECOM_PTR [CHARACTER])
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_BYTE_BLOB]
- feature -- Size
-
size: INTEGER
end -- class ECOM_BYTE_BLOB