com.jniwrapper.win32.com
Interface IEnumString

All Superinterfaces:
AutoDeleteParameter, IUnknown
All Known Implementing Classes:
IEnumStringImpl

public interface IEnumString
extends IUnknown

This interface is used to enumerate strings.

See Also:
Microsoft COM SDK documentation

Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 IEnumString invokeClone()
           
 Int32 next(Int32 celt, ComplexArray rgelt, Int32 pceltFetched)
           
 void reset()
           
 void skip(Int32 celt)
           
 
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
Method Detail

next

public Int32 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 IEnumString invokeClone()
                        throws ComException
Throws:
ComException