Contents Index Topic Contents | ||
Previous Topic: IEnumOleDocumentViews::Reset Next Topic: IOleCommandTarget |
IEnumOleDocumentViews::Skip
HRESULT Skip( ULONG cViews);Skips over a number of elements, specified in the cViews parameter, in the enumeration so that the next call to the IEnumOleDocumentViews::Next method will not return those elements.
- Returns one of the following values:
S_OK The number of items requested in cViews is skipped. S_FALSE Less than the number of items requested is skipped. An OLE defined error code otherwise.
- cViews
- [in] Number of elements to skip in the enumeration.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.