Clone method
Retrieves a copy of the current enumeration.
![]() |
Syntax
HRESULT retVal = object.Clone(ppenum);
Parameters
- ppenum [out]
-
Type: IEnumOpenServiceActivity
An IEnumOpenServiceActivity interface that contains the retrieved copy of the current enumeration.
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
Show:
