IEnumOleDocumentViews::SkipIEnumOleDocumentViews::Skip*
*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.

cViews
[in] Number of elements to skip in the enumeration.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.