com.jniwrapper.win32.com
Interface IEnumMoniker
- All Superinterfaces:
- AutoDeleteParameter, IUnknown
- All Known Implementing Classes:
- IEnumMonikerImpl
public interface IEnumMoniker
- extends IUnknown
This interface is used to enumerate the components of a moniker or the
monikers in a table of monikers.
- 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
IEnumMoniker invokeClone()
throws ComException
- Throws:
ComException