public class IEnumMediaTypesImpl extends com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl implements IEnumMediaTypes
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
| Constructor and Description |
|---|
IEnumMediaTypesImpl() |
IEnumMediaTypesImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown) |
IEnumMediaTypesImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
com.teamdev.jxdesktop.win32.com.types.IID |
getIID() |
void |
invokeClone(IEnumMediaTypes ppenum) |
com.teamdev.jxdesktop.win32.HResult |
next(com.jniwrapper.UInt32 cMediaTypes,
com.jniwrapper.Pointer ppMediaTypes,
com.jniwrapper.UInt32 pcFetched) |
void |
reset() |
void |
skip(com.jniwrapper.UInt32 cMediaTypes) |
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, writeasReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, writefinalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String INTERFACE_IDENTIFIER
public IEnumMediaTypesImpl()
public IEnumMediaTypesImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionpublic IEnumMediaTypesImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown)
public com.teamdev.jxdesktop.win32.HResult next(com.jniwrapper.UInt32 cMediaTypes,
com.jniwrapper.Pointer ppMediaTypes,
com.jniwrapper.UInt32 pcFetched)
throws com.teamdev.jxdesktop.win32.com.ComException
next in interface IEnumMediaTypescom.teamdev.jxdesktop.win32.com.ComExceptionpublic void skip(com.jniwrapper.UInt32 cMediaTypes)
throws com.teamdev.jxdesktop.win32.com.ComException
skip in interface IEnumMediaTypescom.teamdev.jxdesktop.win32.com.ComExceptionpublic void reset()
throws com.teamdev.jxdesktop.win32.com.ComException
reset in interface IEnumMediaTypescom.teamdev.jxdesktop.win32.com.ComExceptionpublic void invokeClone(IEnumMediaTypes ppenum) throws com.teamdev.jxdesktop.win32.com.ComException
invokeClone in interface IEnumMediaTypescom.teamdev.jxdesktop.win32.com.ComExceptionpublic com.teamdev.jxdesktop.win32.com.types.IID getIID()
getIID in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImplpublic java.lang.Object clone()
clone in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl