- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_RPCOLEMESSAGE
- inherit
-
RTS_SERVER
- end
- feature -- members
-
reserved1: POINTER
-
dataRepresentation: INTEGER
-
Buffer: POINTER
-
cbBuffer: INTEGER
-
iMethod: INTEGER
-
reserved2: BIT 160
-
rpcFlags: INTEGER
- feature -- Adapt
-
adapt (other: ECOM_RPCOLEMESSAGE)
- feature -- Set
-
set (reserved1_: POINTER; datarepresentation_: INTEGER; buffer_: POINTER; cbbuffer_: INTEGER; imethod_: INTEGER; reserved2_: BIT 160; rpcflags_: INTEGER)
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_RPCOLEMESSAGE]
- feature -- Size
-
size: INTEGER
end -- class ECOM_RPCOLEMESSAGE