- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_QACONTROL
- inherit
-
RTS_SERVER
- end
- feature -- members
-
cbSize: INTEGER
-
dwMiscStatus: INTEGER
-
dwViewStatus: INTEGER
-
dwEventCookie: INTEGER
-
dwPropNotifyCookie: INTEGER
-
dwPointerActivationPolicy: INTEGER
- feature -- Adapt
-
adapt (other: ECOM_QACONTROL)
- feature -- Set
-
set (cbsize_: INTEGER; dwmiscstatus_: INTEGER; dwviewstatus_: INTEGER; dweventcookie_: INTEGER; dwpropnotifycookie_: INTEGER; dwpointeractivationpolicy_: INTEGER)
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_QACONTROL]
- feature -- Size
-
size: INTEGER
end -- class ECOM_QACONTROL