com.jniwrapper.win32.ole.impl
Class IEnumFormatEtcImpl
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.win32.com.impl.IUnknownImpl
com.jniwrapper.win32.ole.impl.IEnumFormatEtcImpl
- All Implemented Interfaces:
- AutoDeleteParameter, PointerParameter, IUnknown, IEnumFormatEtc
public class IEnumFormatEtcImpl
- extends IUnknownImpl
- implements IEnumFormatEtc
Represents COM interface IEnumFormatEtc.
| Fields inherited from class com.jniwrapper.Parameter |
V |
| 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 |
INTERFACE_IDENTIFIER
public static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
IEnumFormatEtcImpl
public IEnumFormatEtcImpl()
IEnumFormatEtcImpl
protected IEnumFormatEtcImpl(IUnknownImpl that)
throws ComException
- Throws:
ComException
IEnumFormatEtcImpl
public IEnumFormatEtcImpl(IUnknown that)
IEnumFormatEtcImpl
public IEnumFormatEtcImpl(CLSID clsid,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
IEnumFormatEtcImpl
public IEnumFormatEtcImpl(CLSID clsid,
IUnknown pUnkOuter,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
next
public HResult next(Int32 celt,
ComplexArray rgelt,
Int32 pceltFetched)
- Specified by:
next in interface IEnumFormatEtc
- Parameters:
celt - [in]rgelt - [out]pceltFetched - [out]
skip
public void skip(Int32 celt)
throws ComException
- Specified by:
skip in interface IEnumFormatEtc
- Parameters:
celt - [in]
- Throws:
ComException
reset
public void reset()
throws ComException
- Specified by:
reset in interface IEnumFormatEtc
- Throws:
ComException
invokeClone
public IEnumFormatEtc invokeClone()
throws ComException
- Specified by:
invokeClone in interface IEnumFormatEtc
- Throws:
ComException
getIID
public IID getIID()
- Overrides:
getIID in class IUnknownImpl
clone
public java.lang.Object clone()
- Overrides:
clone in class IUnknownImpl