Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves a copy of the current enumeration.
![]() |
Syntax
HRESULT retVal = object.Clone(ppenum);
Parameters
ppenum [out]
Type: IEnumOpenServiceActivityAn 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.