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

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

Uses of IBindCtx in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com with parameters of type IBindCtx
 IUnknown IMoniker.bindToObject(IBindCtx pbc, IMoniker pmkToLeft, IID riidResult)
           
 IUnknown IMoniker.bindToStorage(IBindCtx pbc, IMoniker pmkToLeft, IID riid)
           
 IMoniker IMoniker.reduce(IBindCtx pbc, Int32 dwReduceHowFar, IMoniker ppmkToLeft)
           
 Int32 IMoniker.isRunning(IBindCtx pbc, IMoniker pmkToLeft, IMoniker pmkNewlyRunning)
           
 CY IMoniker.getTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft)
           
 OleStr IMoniker.getDisplayName(IBindCtx pbc, IMoniker pmkToLeft)
           
 IMoniker IMoniker.parseDisplayName(IBindCtx pbc, IMoniker pmkToLeft, OleStr pszDisplayName, Int32 pchEaten)
           
 

Uses of IBindCtx in com.jniwrapper.win32.com.impl
 

Methods in com.jniwrapper.win32.com.impl with parameters of type IBindCtx
 IUnknown IMonikerImpl.bindToObject(IBindCtx pbc, IMoniker pmkToLeft, IID riidResult)
           
 IUnknown IMonikerImpl.bindToStorage(IBindCtx pbc, IMoniker pmkToLeft, IID riid)
           
 IMoniker IMonikerImpl.reduce(IBindCtx pbc, Int32 dwReduceHowFar, IMoniker ppmkToLeft)
           
 Int32 IMonikerImpl.isRunning(IBindCtx pbc, IMoniker pmkToLeft, IMoniker pmkNewlyRunning)
           
 CY IMonikerImpl.getTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft)
           
 OleStr IMonikerImpl.getDisplayName(IBindCtx pbc, IMoniker pmkToLeft)
           
 IMoniker IMonikerImpl.parseDisplayName(IBindCtx pbc, IMoniker pmkToLeft, OleStr pszDisplayName, Int32 pchEaten)
           
 

Uses of IBindCtx in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that return IBindCtx
static IBindCtx OleFunctions.createBindCtx()
           
 

Methods in com.jniwrapper.win32.ole with parameters of type IBindCtx
 IMoniker IParseDisplayName.parseDisplayName(IBindCtx pIBindCtx, OleStr pszDisplayName, Int32 pchEaten)
           
 void IOleLink.bindToSource(OleLinkBind bindflags, IBindCtx pbc)
           
 void IOleLink.update(IBindCtx pbc)
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IBindCtx
 class IBindCtxImpl
          Represents COM interface IBindCtx.
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type IBindCtx
 IMoniker IParseDisplayNameImpl.parseDisplayName(IBindCtx pIBindCtx, OleStr pszDisplayName, Int32 pchEaten)
           
 void IOleLinkImpl.bindToSource(OleLinkBind bindflags, IBindCtx pbc)
           
 void IOleLinkImpl.update(IBindCtx pbc)