IEnumClusCfgManagedResources::Skip method

[This method is available for use only in Windows Server 2003.]

The Skip method skips over the next specified number of elements in the IEnumClusCfgManagedResources enumeration sequence.

Syntax

HRESULT Skip(
  [in] ULONG cNumberToSkip
);

Parameters

  • cNumberToSkip [in]
    The number of elements to be skipped.

Return value

The Skip method returns one of the following values.

  • S_OK.
    The specified number of items have been skipped.

  • S_FALSE
    The method has reached the end of the enumeration sequence.

Any other HRESULT value indicates that the call failed.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgServer.idl

IID

IID_IEnumClusCfgManagedResources is defined as 7DBE11EB-A5DF-4534-ABF6-8BAC7B53FC95

See also

IEnumClusCfgManagedResources