- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_PROPPAGEINFO
- inherit
-
RTS_SERVER
- end
- feature -- members
-
cb: INTEGER
-
pszTitle: POINTER
-
size_: expanded ECOM_SIZE
-
pszDocString: POINTER
-
pszHelpFile: POINTER
-
dwHelpContext: INTEGER
- feature -- Adapt
-
adapt (other: ECOM_PROPPAGEINFO)
- feature -- Set
-
set (cb_: INTEGER; psztitle_: POINTER; size__: ECOM_SIZE; pszdocstring_: POINTER; pszhelpfile_: POINTER; dwhelpcontext_: INTEGER)
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_PROPPAGEINFO]
- feature -- Size
-
size: INTEGER
end -- class ECOM_PROPPAGEINFO