com.jniwrapper.win32.ole
Interface IEnumOleDocumentViews
- All Superinterfaces:
- AutoDeleteParameter, IUnknown
- All Known Implementing Classes:
- IEnumOleDocumentViewsImpl
public interface IEnumOleDocumentViews
- extends IUnknown
This interface enumerates views of a document object.
- See Also:
- Microsoft
COM SDK documentation
INTERFACE_IDENTIFIER
static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
next
Int32 next(Int32 cViews,
ComplexArray rgpView,
Int32 pcFetched)
- Parameters:
cViews
- [in]
rgpView
- [out]
pcFetched
- [out]
skip
void skip(Int32 cViews)
throws ComException
- Parameters:
cViews
- [in]
- Throws:
ComException
reset
void reset()
throws ComException
- Throws:
ComException
invokeClone
IEnumOleDocumentViews invokeClone()
throws ComException
- Throws:
ComException