Uses of Interface
com.jniwrapper.win32.ole.IContinueCallback

Packages that use IContinueCallback
com.jniwrapper.win32.ole The com.jniwrapper.win32.mshtml package contains a number of interfaces that are used in the OLE technology. 
com.jniwrapper.win32.ole.impl The com.jniwrapper.win32.ole.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.ole package. 
 

Uses of IContinueCallback in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type IContinueCallback
 void IPrint.print(Int32 grfFlags, Handle lpTargetDevice, Handle lpPageSet, StgMedium pStgOptions, IContinueCallback pCallback, Int32 nFirstPage, Int32 cPagesPrinted, Int32 pnLastPage)
           
 

Uses of IContinueCallback in com.jniwrapper.win32.ole.impl
 

Classes in com.jniwrapper.win32.ole.impl that implement IContinueCallback
 class IContinueCallbackImpl
           
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type IContinueCallback
 void IPrintImpl.print(Int32 grfFlags, Handle lpTargetDevice, Handle lpPageSet, StgMedium pStgOptions, IContinueCallback pCallback, Int32 nFirstPage, Int32 cPagesPrinted, Int32 nLastPage)