com.jniwrapper.win32.ole
Interface IEnumConnectionPoints

All Superinterfaces:
AutoDeleteParameter, IUnknown
All Known Implementing Classes:
IEnumConnectionPointsImpl

public interface IEnumConnectionPoints
extends IUnknown

This interface is used for support of connectable objects.

See Also:
Microsoft COM SDK documentation

Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 IEnumConnectionPoints invokeClone()
           
 Int32 next(Int32 cConnections, IConnectionPoint rgpcn, Int32 lpcFetched)
           
 void reset()
           
 void skip(Int32 cConnections)
           
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Method Detail

next

public Int32 next(Int32 cConnections,
                  IConnectionPoint rgpcn,
                  Int32 lpcFetched)
Parameters:
cConnections - [in]
rgpcn - [in,out]
lpcFetched - [out]

skip

public void skip(Int32 cConnections)
          throws ComException
Parameters:
cConnections - [in]
Throws:
ComException

reset

public void reset()
           throws ComException
Throws:
ComException

invokeClone

public IEnumConnectionPoints invokeClone()
                                  throws ComException
Throws:
ComException