IEnumSSRCs::Clone

[This is preliminary documentation and subject to change.]

Creates another enumerator that contains the same enumeration state as the current one.

HRESULT Clone(
  IEnumSSRCs **ppEnum
);
 

Parameters

ppEnum
Pointer to cloned enum.

Return Values

E_INVALIDARG
ppEnum is not valid.
E_OUTOFMEMORY
Insufficient memory available.
E_UNEXPECTED
Failed for unknown reasons.