IEnumTASK::Clone method (mmc.h)

The IEnumTASK::Clone method creates a new IEnumTASK object that has the same state as this IEnumTASK object. MMC does not use this method. It must be included for completeness.

Syntax

HRESULT Clone(
  [out] IEnumTASK **ppenum
);

Parameters

[out] ppenum

A pointer to address of IEnumTASK interface pointer for the cloned IEnumTASK object.

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