com.jniwrapper.win32.ole
Interface IEnumConnections

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

public interface IEnumConnections
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
 IEnumConnections invokeClone()
           
 Int32 next(Int32 cConnections, ConnectData rgcd, 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,
                  ConnectData rgcd,
                  Int32 lpcFetched)
Parameters:
cConnections - [in]
rgcd - [in,out]
lpcFetched - [in,out]

skip

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

reset

public void reset()
           throws ComException
Throws:
ComException

invokeClone

public IEnumConnections invokeClone()
                             throws ComException
Throws:
ComException