Uses of Interface
com.jniwrapper.win32.ole.IDataObject

Packages that use IDataObject
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
com.jniwrapper.win32.mshtml The com.jniwrapper.win32.mshtml package contains a number of commonly used interfaces from the MSHTML library. 
com.jniwrapper.win32.mshtml.impl The com.jniwrapper.win32.mshtml.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.mshtml package. 
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 IDataObject in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com that return IDataObject
 IDataObject AbstractOleControl.getClipboardData(Int32 dwReserved)
           
 

Methods in com.jniwrapper.win32.com with parameters of type IDataObject
 void AbstractOleControl.initFromData(IDataObject dataObject, VariantBool creation, Int32 reserved)
           
 

Uses of IDataObject in com.jniwrapper.win32.mshtml
 

Methods in com.jniwrapper.win32.mshtml that return IDataObject
 IDataObject IDocHostUIHandler2.filterDataObject(IDataObject pDO)
           
 IDataObject IDocHostUIHandler.filterDataObject(IDataObject pDO)
           
 

Methods in com.jniwrapper.win32.mshtml with parameters of type IDataObject
 IDataObject IDocHostUIHandler2.filterDataObject(IDataObject pDO)
           
 IDataObject IDocHostUIHandler.filterDataObject(IDataObject pDO)
           
 

Uses of IDataObject in com.jniwrapper.win32.mshtml.impl
 

Methods in com.jniwrapper.win32.mshtml.impl that return IDataObject
 IDataObject IDocHostUIHandlerImpl.filterDataObject(IDataObject pDO)
           
 IDataObject IDocHostUIHandler2Impl.filterDataObject(IDataObject pDO)
           
 

Methods in com.jniwrapper.win32.mshtml.impl with parameters of type IDataObject
 IDataObject IDocHostUIHandlerImpl.filterDataObject(IDataObject pDO)
           
 IDataObject IDocHostUIHandler2Impl.filterDataObject(IDataObject pDO)
           
 

Uses of IDataObject in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that return IDataObject
static IDataObject OleFunctions.oleGetClipboard()
           
 IDataObject IOleObject.getClipboardData(Int32 dwReserved)
           
 

Methods in com.jniwrapper.win32.ole with parameters of type IDataObject
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.oleCreateLinkFromData(IDataObject pSrcDataObj, IID riid, OleRender renderopt, Pointer.Void pformatetc, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateLinkFromDataEx(IDataObject pSrcDataObj, IID riid, OleCreate dwFlags, OleRender renderopt, Int32 cFormats, Int32 rgAdvf, Pointer.Void rgFormatEtc, IAdviseSink lpAdviseSink, Int32 rgdwConnection, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateStaticFromData(IDataObject pSrcDataObj, IID iid, OleRender renderopt, Pointer.Void pformatetc, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleSetClipboard(IDataObject pDataObj)
           
static void OleFunctions.oleIsCurrentClipboard(IDataObject pDataObj)
           
 void IOleObject.initFromData(IDataObject pDataObject, VariantBool fCreation, Int32 dwReserved)
           
 void IOleCache.initCache(IDataObject pDataObject)
           
 void IDropTarget.dragEnter(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDropTarget.drop(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IDataObject
 class IDataObjectImpl
          Represents COM interface IDataObject.
 

Methods in com.jniwrapper.win32.ole.impl that return IDataObject
 IDataObject IOleObjectImpl.getClipboardData(Int32 dwReserved)
           
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type IDataObject
 void IOleObjectImpl.initFromData(IDataObject pDataObject, VariantBool fCreation, Int32 dwReserved)
           
 void IOleCacheImpl.initCache(IDataObject pDataObject)
           
 void IDropTargetImpl.dragEnter(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDropTargetImpl.drop(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 

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

Methods in com.jniwrapper.win32.ole.types that return IDataObject
 IDataObject OleUIPasteSpecial.getLpSrcDataObj()