IEnumScript::Clone method

Clones the enumeration object.

Syntax

HRESULT Clone(
  [out] IEnumScript **ppEnum
);

Parameters

  • ppEnum [out]
    Pointer that receives the IEnumScript interface of the cloned enumeration object.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mlang.h

IDL

Mlang.idl

DLL

Mlang.dll

See also

IEnumScript