Uses of Class
com.jniwrapper.win32.ole.types.DvTargetDevice

Packages that use DvTargetDevice
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
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. 
com.jniwrapper.win32.ole.types The com.jniwrapper.win32.mshtml.types package contains Java wrappers for native structures and types that are commonly used in OLE. 
 

Uses of DvTargetDevice in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com with parameters of type DvTargetDevice
 Size AbstractOleControl.getExtent(DvAspect dwDrawAspect, Int32 lindex, DvTargetDevice ptd)
           
 void AbstractOleControl.draw(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hdcTargetDev, Int32 hdcDraw, Rect lprcBounds, Rect lprcWBounds, Int32 pfnContinue, Int32 dwContinue)
           
 Pointer AbstractOleControl.getColorSet(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hicTargetDev)
           
 

Uses of DvTargetDevice in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type DvTargetDevice
 Size IViewObject2.getExtent(DvAspect dwDrawAspect, Int32 lindex, DvTargetDevice ptd)
           
 void IViewObject.draw(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hdcTargetDev, Int32 hdcDraw, Rect lprcBounds, Rect lprcWBounds, Int32 pfnContinue, Int32 dwContinue)
           
 Pointer IViewObject.getColorSet(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hicTargetDev)
           
 void IInPlacePrintPreview.startPrintPreview(Int32 grfFlags, DvTargetDevice pptd, IPreviewCallback ppCallback, Int32 nFirstPage)
           
 

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

Methods in com.jniwrapper.win32.ole.impl with parameters of type DvTargetDevice
 void IViewObjectImpl.draw(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hdcTargetDev, Int32 hdcDraw, Rect lprcBounds, Rect lprcWBounds, Int32 pfnContinue, Int32 dwContinue)
           
 Pointer IViewObjectImpl.getColorSet(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hicTargetDev)
           
 Size IViewObject2Impl.getExtent(DvAspect dwDrawAspect, Int32 lindex, DvTargetDevice ptd)
           
 void IInPlacePrintPreviewImpl.startPrintPreview(Int32 grfFlags, DvTargetDevice pptd, IPreviewCallback ppCallback, Int32 nFirstPage)
           
 

Uses of DvTargetDevice in com.jniwrapper.win32.ole.types
 

Constructors in com.jniwrapper.win32.ole.types with parameters of type DvTargetDevice
DvTargetDevice(DvTargetDevice that)