- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_CLIENT_IPRINT
- inherit
-
ECOM_IPRINT
-
- undefine
- copy,
- is_equal
- end
-
ECOM_CLIENT_IUNKNOWN
-
- redefine
- get_ptr
- end
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_CLIENT_IPRINT]
- feature -- interface members
-
SetInitialPageNum (nfirstpage: INTEGER): ECOM_HRESULT
-
GetPageInfo (pnfirstpage: expanded ECOM_PTR [INTEGER]; pcpages: expanded ECOM_PTR [INTEGER]): ECOM_HRESULT
-
Print_ (grfflags: INTEGER; pptd: expanded ECOM_PTR [expanded ECOM_PTRexpanded ECOM_DVTARGETDEVICE]; pppageset: expanded ECOM_PTR [expanded ECOM_PTRexpanded ECOM_PAGESET]; pstgmoptions: expanded ECOM_PTR [expanded ECOM_PTRexpanded ECOM_STGMEDIUM]; pcallback: expanded ECOM_CLIENT_ICONTINUECALLBACK; nfirstpage: INTEGER; pcpagesprinted: expanded ECOM_PTR [INTEGER]; pnlastpage: expanded ECOM_PTR [INTEGER]): ECOM_HRESULT
end -- class ECOM_CLIENT_IPRINT