IEnumTASK::Skip method (mmc.h)

The IEnumTASK::Skip method skips the specified number of tasks in the snap-in's list of tasks. MMC does not use this method. It must be included for completeness.

Syntax

HRESULT Skip(
  [in] ULONG celt
);

Parameters

[in] celt

A value that specifies the number of tasks to skip relative to the current task in the list.

Return value

This method can return one of these values.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header mmc.h