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.setExtent(DvAspect drawAspect, Size size)
           
 Size AbstractOleControl.getExtent(DvAspect drawAspect)
           
 OleMisc AbstractOleControl.getMiscStatus(DvAspect aspect)
           
 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)
           
 Int32 AbstractOleControl.freeze(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect)
           
 void AbstractOleControl.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void AbstractOleControl.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 

Uses of DvAspect in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type DvAspect
static void OleFunctions.oleDraw(IUnknown pUnknown, DvAspect dwAspect, DC hdcDraw, Rect lprcBounds)
          The helper function can be used to draw objects more easily.
 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)
           
 Int32 IViewObject.freeze(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect)
           
 void IViewObject.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void IViewObject.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 void IOleObject.setExtent(DvAspect dwDrawAspect, Size pSIZE)
           
 Size IOleObject.getExtent(DvAspect dwDrawAspect)
           
 OleMisc IOleObject.getMiscStatus(DvAspect dwAspect)
           
 void IAdviseSink.onViewChange(DvAspect dwAspect, Int32 lindex)
           
 

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)
           
 Pointer IViewObjectImpl.getColorSet(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hicTargetDev)
           
 Int32 IViewObjectImpl.freeze(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect)
           
 void IViewObjectImpl.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void IViewObjectImpl.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 Size IViewObject2Impl.getExtent(DvAspect dwDrawAspect, Int32 lindex, DvTargetDevice ptd)
           
 void IOleObjectImpl.setExtent(DvAspect dwDrawAspect, Size pSIZE)
           
 Size IOleObjectImpl.getExtent(DvAspect dwDrawAspect)
           
 OleMisc IOleObjectImpl.getMiscStatus(DvAspect dwAspect)
           
 void IAdviseSinkImpl.onViewChange(DvAspect dwAspect, Int32 lindex)
           
 

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

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