IEnumOpenServiceActivityCategory::Clone Method

Retrieves a copy of the current enumeration.

Syntax

HRESULT Clone(
    IEnumOpenServiceActivity **ppenum
);

Parameters

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The retrieved copy retains the current record position.

See Also

Reset