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

Packages that use AdviceFlags
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 AdviceFlags in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com with parameters of type AdviceFlags
 void AbstractOleControl.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void AbstractOleControl.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 

Uses of AdviceFlags in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type AdviceFlags
 void IViewObject.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void IViewObject.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 Int32 IOleCache.cache(FormatEtc pformatetc, AdviceFlags advf)
           
 UInt32 IDataObject.DAdvise(FormatEtc pformatetc, AdviceFlags advf, IAdviseSink pAdvSink)
           
 

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

Methods in com.jniwrapper.win32.ole.impl with parameters of type AdviceFlags
 void IViewObjectImpl.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void IViewObjectImpl.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 Int32 IOleCacheImpl.cache(FormatEtc pformatetc, AdviceFlags advf)
           
 UInt32 IDataObjectImpl.DAdvise(FormatEtc pformatetc, AdviceFlags advf, IAdviseSink pAdvSink)
           
 

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

Methods in com.jniwrapper.win32.ole.types that return AdviceFlags
 AdviceFlags StatData.getGrfAdvf()