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

Packages that use DvAspect
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
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 DvAspect in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation with parameters of type DvAspect
 void OleClientSiteImpl.onViewChange(DvAspect dwAspect, Int32 lindex)
           
 

Uses of DvAspect in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com with parameters of type DvAspect
 void AbstractOleControl.draw(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hdcTargetDev, Int32 hdcDraw, Rect lprcBounds, Rect lprcWBounds, Int32 pfnContinue, Int32 dwContinue)
           
 Int32 AbstractOleControl.freeze(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect)
           
 void AbstractOleControl.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 Pointer AbstractOleControl.getColorSet(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hicTargetDev)
           
 Size AbstractOleControl.getExtent(DvAspect drawAspect)
           
 Size AbstractOleControl.getExtent(DvAspect dwDrawAspect, Int32 lindex, DvTargetDevice ptd)
           
 OleMisc AbstractOleControl.getMiscStatus(DvAspect aspect)
           
 void AbstractOleControl.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void AbstractOleControl.setExtent(DvAspect drawAspect, Size size)
           
 

Uses of DvAspect in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type DvAspect
 void IViewObject.draw(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hdcTargetDev, Int32 hdcDraw, Rect lprcBounds, Rect lprcWBounds, Int32 pfnContinue, Int32 dwContinue)
           
 Int32 IViewObject.freeze(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect)
           
 void IViewObject.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 Pointer IViewObject.getColorSet(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hicTargetDev)
           
 Size IOleObject.getExtent(DvAspect dwDrawAspect)
           
 Size IViewObject2.getExtent(DvAspect dwDrawAspect, Int32 lindex, DvTargetDevice ptd)
           
 OleMisc IOleObject.getMiscStatus(DvAspect dwAspect)
           
static void OleFunctions.oleDraw(IUnknown pUnknown, DvAspect dwAspect, DC hdcDraw, Rect lprcBounds)
          The helper function can be used to draw objects more easily.
 void IAdviseSink.onViewChange(DvAspect dwAspect, Int32 lindex)
           
 void IViewObject.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void IOleObject.setExtent(DvAspect dwDrawAspect, Size pSIZE)
           
 

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

Methods in com.jniwrapper.win32.ole.impl with parameters of type DvAspect
 void IViewObjectImpl.draw(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hdcTargetDev, Int32 hdcDraw, Rect lprcBounds, Rect lprcWBounds, Int32 pfnContinue, Int32 dwContinue)
           
 Int32 IViewObjectImpl.freeze(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect)
           
 void IViewObjectImpl.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 Pointer IViewObjectImpl.getColorSet(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hicTargetDev)
           
 Size IOleObjectImpl.getExtent(DvAspect dwDrawAspect)
           
 Size IViewObject2Impl.getExtent(DvAspect dwDrawAspect, Int32 lindex, DvTargetDevice ptd)
           
 OleMisc IOleObjectImpl.getMiscStatus(DvAspect dwAspect)
           
 void IAdviseSinkImpl.onViewChange(DvAspect dwAspect, Int32 lindex)
           
 void IViewObjectImpl.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void IOleObjectImpl.setExtent(DvAspect dwDrawAspect, Size pSIZE)
           
 

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

Methods in com.jniwrapper.win32.ole.types that return DvAspect
 DvAspect FormatEtc.getAspect()
           
 DvAspect ObjectDescriptor.getDrawAspect()
           
 DvAspect OleUIConvert.getDVASPECT()