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

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

Methods in com.jniwrapper.win32.automation with parameters of type FormatEtc
 void OleClientSiteImpl.onDataChange(FormatEtc pformatetc, StgMedium pStgmed)
           
 

Uses of FormatEtc in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that return FormatEtc
 FormatEtc IDataObject.getCanonicalFormatEtc(FormatEtc pformatectIn)
           
 

Methods in com.jniwrapper.win32.ole with parameters of type FormatEtc
static void OleFunctions.oleCreate(CLSID rclsid, IID riid, OleRender renderopt, FormatEtc pformatetc, IOleClientSite pClientSite, IStorage pStg, IUnknown ppvObject)
           
static void OleFunctions.oleCreateEx(CLSID rclsid, IID riid, OleCreate dwFlags, OleRender renderopt, Int32 cFormats, Int32 rgAdvf, FormatEtc rgFormatEtc, IAdviseSink lpAdviseSink, Int32 rgdwConnection, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateFromData(IDataObject pSrcDataObj, IID riid, OleRender renderopt, FormatEtc pformatetc, IOleClientSite pClientSite, IStorage pStg, IUnknown resultObject)
           
static void OleFunctions.oleCreateFromDataEx(IDataObject pSrcDataObj, IID riid, OleCreate dwFlags, OleRender renderopt, Int32 cFormats, Int32 rgAdvf, FormatEtc rgFormatEtc, IAdviseSink lpAdviseSink, Int32 rgdwConnection, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateFromFile(CLSID rclsid, BStr lpszFileName, IID riid, OleRender renderopt, FormatEtc rgFormatEtc, IOleClientSite pClientSite, IStorage pStg, IUnknown ppvObject)
           
static void OleFunctions.oleCreateFromFileEx(CLSID rclsid, BStr lpszFileName, IID riid, OleCreate dwFlags, OleRender renderopt, Int32 cFormats, Int32 rgAdvf, FormatEtc rgFormatEtc, IAdviseSink lpAdviseSink, Int32 rgdwConnection, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
 Int32 IOleCache.cache(FormatEtc pformatetc, AdviceFlags advf)
           
 void IOleCache.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 HResult IDataObject.getData(FormatEtc pformatetcIn, StgMedium pStgMediumIn)
           
 void IDataObject.getDataHere(FormatEtc pformatetc, StgMedium pmedium)
           
 void IDataObject.queryGetData(FormatEtc pformatetc)
           
 FormatEtc IDataObject.getCanonicalFormatEtc(FormatEtc pformatectIn)
           
 void IDataObject.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 UInt32 IDataObject.DAdvise(FormatEtc pformatetc, AdviceFlags advf, IAdviseSink pAdvSink)
           
 void IAdviseSink.onDataChange(FormatEtc pformatetc, StgMedium pStgmed)
           
 

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

Methods in com.jniwrapper.win32.ole.impl that return FormatEtc
 FormatEtc IDataObjectImpl.getCanonicalFormatEtc(FormatEtc pformatectIn)
           
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type FormatEtc
 Int32 IOleCacheImpl.cache(FormatEtc pformatetc, AdviceFlags advf)
           
 void IOleCacheImpl.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 HResult IDataObjectImpl.getData(FormatEtc pformatetcIn, StgMedium pStgMediumIn)
           
 void IDataObjectImpl.getDataHere(FormatEtc pformatetc, StgMedium pmedium)
           
 void IDataObjectImpl.queryGetData(FormatEtc pformatetc)
           
 FormatEtc IDataObjectImpl.getCanonicalFormatEtc(FormatEtc pformatectIn)
           
 void IDataObjectImpl.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 UInt32 IDataObjectImpl.DAdvise(FormatEtc pformatetc, AdviceFlags advf, IAdviseSink pAdvSink)
           
 void IAdviseSinkImpl.onDataChange(FormatEtc pformatetc, StgMedium pStgmed)
           
 

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

Methods in com.jniwrapper.win32.ole.types that return FormatEtc
 FormatEtc StatData.getFORMATETC()
           
 FormatEtc OleUIPasteEntry.getFmtetc()
           
 

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