IEnumOpenServiceActivityCategory::Clone Method
Retrieves a copy of the current enumeration.
Syntax
HRESULT Clone( IEnumOpenServiceActivity **ppenum );
Parameters
- ppenum
[out] An IEnumOpenServiceActivity interface that contains the retrieved copy of the current enumeration.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The retrieved copy retains the current record position.
See Also