com.jniwrapper.win32.ole
Interface IEnumFormatEtc
- All Superinterfaces:
- AutoDeleteParameter, IUnknown
- All Known Implementing Classes:
- IEnumFormatEtcImpl
public interface IEnumFormatEtc
- extends IUnknown
This interface enumerates FormatEtc
structures.
- See Also:
-
Microsoft COM SDK documentation
INTERFACE_IDENTIFIER
static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
next
HResult next(Int32 celt,
ComplexArray rgelt,
Int32 pceltFetched)
- Parameters:
celt
- [in]
rgelt
- [out]
pceltFetched
- [out]
skip
void skip(Int32 celt)
throws ComException
- Parameters:
celt
- [in]
- Throws:
ComException
reset
void reset()
throws ComException
- Throws:
ComException
invokeClone
IEnumFormatEtc invokeClone()
throws ComException
- Throws:
ComException