IEnumOleDocumentViews::Skip method

Skips over the specified number of items in the enumeration sequence.

Syntax


HRESULT Skip(
  [in] ULONG cViews
);

Parameters

cViews [in]

The number of items to be skipped.

Return value

If the method skips the number of items requested, the return value is S_OK. Otherwise, it is S_FALSE.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

DocObj.h

IDL

DocObj.Idl

IID

IID_IEnumOleDocumentViews is defined as b722bcc8-4e68-101b-a2bc-00aa00404770

See also

IEnumOleDocumentViews

 

 

Show: