EN
Dieser Inhalt ist in Ihrer Sprache leider nicht verfügbar. Im Folgenden finden Sie die englische Version.
Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

IEnumBitsPeers::Skip method

Skips the next specified number of elements in the enumeration sequence. If there are fewer elements left in the sequence than the requested number of elements to skip, it skips past the last element in the sequence.

Syntax


HRESULT Skip(
  [in]  ULONG celt
);

Parameters

celt [in]

Number of elements to skip.

Return value

This method returns the following HRESULT values, as well as others.

Return codeDescription
S_OK

Successfully skipped the number of requested elements.

S_FALSE

Skipped less than the number of requested elements.

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Bits3_0.h (include Bits.h)

IDL

Bits3_0.idl

Library

Bits.lib

See also

IEnumBitsPeers

 

 

Send comments about this topic to Microsoft

Build date: 11/12/2012

Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)

Community-Beiträge

HINZUFÜGEN
© 2013 Microsoft. Alle Rechte vorbehalten.