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

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

Methods in com.jniwrapper.win32.ole that return IEnumConnections
 IEnumConnections IEnumConnections.invokeClone()
           
 IEnumConnections IConnectionPoint.enumConnections()
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IEnumConnections
 class IEnumConnectionsImpl
          Represents COM interface IEnumConnections.
 

Methods in com.jniwrapper.win32.ole.impl that return IEnumConnections
 IEnumConnections IEnumConnectionsImpl.invokeClone()
           
 IEnumConnections IConnectionPointImpl.enumConnections()