Share via


Clone method

Retrieves a copy of the current enumeration.

 

Syntax

HRESULT retVal = object.Clone(ppenum);

Parameters

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The retrieved copy retains the current record position.

See also

IEnumOpenServiceActivity::Reset