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

Packages that use IRunningObjectTable
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. 
 

Uses of IRunningObjectTable in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com that return IRunningObjectTable
static IRunningObjectTable ComFunctions.getRunningObjectTable()
          Supplies a pointer to the IRunningObjectTable interface on the local Running Object Table (ROT).
 

Uses of IRunningObjectTable in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that return IRunningObjectTable
 IRunningObjectTable IBindCtx.getRunningObjectTable()
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IRunningObjectTable
 class IRunningObjectTableImpl
          Represents COM interface IRunningObjectTable.
 

Methods in com.jniwrapper.win32.ole.impl that return IRunningObjectTable
 IRunningObjectTable IBindCtxImpl.getRunningObjectTable()