- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_MSG
- inherit
-
RTS_SERVER
- end
- feature -- members
-
hwnd: INTEGER
-
message: INTEGER
-
wParam: INTEGER
-
lParam: INTEGER
-
time: INTEGER
-
pt: expanded ECOM_POINT
- feature -- Adapt
-
adapt (other: ECOM_MSG)
- feature -- Set
-
set (hwnd_: INTEGER; message_: INTEGER; wparam_: INTEGER; lparam_: INTEGER; time_: INTEGER; pt_: ECOM_POINT)
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_MSG]
- feature -- Size
-
size: INTEGER
end -- class ECOM_MSG