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