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
INTERFACE_IDENTIFIER
static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
next
Int32 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
IEnumString invokeClone()
throws ComException
- Throws:
ComException