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

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

Methods in com.jniwrapper.win32.ole that return IEnumConnectionPoints
 IEnumConnectionPoints IEnumConnectionPoints.invokeClone()
           
 IEnumConnectionPoints IConnectionPointContainer.enumConnectionPoints()
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IEnumConnectionPoints
 class IEnumConnectionPointsImpl
          Represents COM interface IEnumConnectionPoints.
 

Methods in com.jniwrapper.win32.ole.impl that return IEnumConnectionPoints
 IEnumConnectionPoints IEnumConnectionPointsImpl.invokeClone()
           
 IEnumConnectionPoints IConnectionPointContainerImpl.enumConnectionPoints()