com.jniwrapper.win32.ole.impl
Class IEnumConnectionPointsImpl

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.win32.com.impl.IUnknownImpl
          extended bycom.jniwrapper.win32.ole.impl.IEnumConnectionPointsImpl
All Implemented Interfaces:
AutoDeleteParameter, IEnumConnectionPoints, IUnknown, PointerParameter

public class IEnumConnectionPointsImpl
extends IUnknownImpl
implements IEnumConnectionPoints

Represents COM interface IEnumConnectionPoints.


Nested Class Summary
 
Nested classes inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
IUnknownImpl.MemoryBufferImpl
 
Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Fields inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
DebugComfyJ, LICENSE_TYPE, PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
V
 
Constructor Summary
  IEnumConnectionPointsImpl()
           
  IEnumConnectionPointsImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IEnumConnectionPointsImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IEnumConnectionPointsImpl(IUnknown that)
           
protected IEnumConnectionPointsImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 IID getIID()
           
 IEnumConnectionPoints invokeClone()
           
 Int32 next(Int32 cConnections, IConnectionPoint rgpcn, Int32 lpcFetched)
           
 void reset()
           
 void skip(Int32 cConnections)
           
 
Methods inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
Constructor Detail

IEnumConnectionPointsImpl

public IEnumConnectionPointsImpl()

IEnumConnectionPointsImpl

protected IEnumConnectionPointsImpl(IUnknownImpl that)
                             throws ComException

IEnumConnectionPointsImpl

public IEnumConnectionPointsImpl(IUnknown that)

IEnumConnectionPointsImpl

public IEnumConnectionPointsImpl(CLSID clsid,
                                 ClsCtx dwClsContext)
                          throws ComException

IEnumConnectionPointsImpl

public IEnumConnectionPointsImpl(CLSID clsid,
                                 IUnknown pUnkOuter,
                                 ClsCtx dwClsContext)
                          throws ComException
Method Detail

next

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

skip

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

reset

public void reset()
           throws ComException
Specified by:
reset in interface IEnumConnectionPoints
Throws:
ComException

invokeClone

public IEnumConnectionPoints invokeClone()
                                  throws ComException
Specified by:
invokeClone in interface IEnumConnectionPoints
Throws:
ComException

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl

clone

public java.lang.Object clone()
Overrides:
clone in class IUnknownImpl