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
public static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
 - Constant Field Values
 
next
public HResult next(Int32 celt,
                    ComplexArray rgelt,
                    Int32 pceltFetched)
 
- Parameters:
 celt - [in]rgelt - [out]pceltFetched - [out]
 
skip
public void skip(Int32 celt)
          throws ComException
 
- Parameters:
 celt - [in]
- Throws:
 ComException
 
reset
public void reset()
           throws ComException
 
- Throws:
 ComException
 
invokeClone
public IEnumFormatEtc invokeClone()
                           throws ComException
 
- Throws:
 ComException