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

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

next

Int32 next(Int32 cConnections,
           ConnectData rgcd,
           Int32 lpcFetched)
Parameters:
cConnections - [in]
rgcd - [in,out]
lpcFetched - [in,out]

skip

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

reset

void reset()
           throws ComException
Throws:
ComException

invokeClone

IEnumConnections invokeClone()
                             throws ComException
Throws:
ComException