com.jniwrapper.win32.ole.impl
Class IEnumOleVerbImpl

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

public class IEnumOleVerbImpl
extends IUnknownImpl
implements IEnumOleVerb

Represents COM interface IEnumOleVerb.


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
  IEnumOleVerbImpl()
           
  IEnumOleVerbImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IEnumOleVerbImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IEnumOleVerbImpl(IUnknown that)
           
protected IEnumOleVerbImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 IID getIID()
           
 IEnumOleVerb invokeClone()
           
 Int32 next(Int32 celt, ComplexArray rgelt, Int32 pceltFetched)
           
 java.util.Collection OLEVERBS()
           
 void reset()
           
 void skip(Int32 celt)
           
 
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

IEnumOleVerbImpl

public IEnumOleVerbImpl()

IEnumOleVerbImpl

protected IEnumOleVerbImpl(IUnknownImpl that)
                    throws ComException

IEnumOleVerbImpl

public IEnumOleVerbImpl(IUnknown that)

IEnumOleVerbImpl

public IEnumOleVerbImpl(CLSID clsid,
                        ClsCtx dwClsContext)
                 throws ComException

IEnumOleVerbImpl

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

next

public Int32 next(Int32 celt,
                  ComplexArray rgelt,
                  Int32 pceltFetched)
Specified by:
next in interface IEnumOleVerb
Parameters:
celt - [in]
rgelt - [out]
pceltFetched - [out]

skip

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

reset

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

invokeClone

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

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl

clone

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

OLEVERBS

public java.util.Collection OLEVERBS()