Share via


ICompactServerEnumUrlGroup::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]
    Specifies the number of elements to skip.

Return value

The most common HRESULT values are the following:

Return code Description
S_OK

Successfully skipped the number of requested elements.

S_FALSE

Skipped fewer than the number of requested elements.

 

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Redistributable

Windows Management Framework on Windows Server 2008 with SP2

Header

Managementserver.h

IDL

Managementserver.idl

Library

Managementserver.lib

See also

ICompactServerEnumUrlGroup

 

 

Send comments about this topic to Microsoft

Build date: 11/12/2012