Share via


IEnumStreamBufferRecordingAttrib::Clone method (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The Clone method makes a copy of the enumerator object. The returned object starts with the same enumeration state as the original.

Syntax

HRESULT Clone(
  [out] IEnumStreamBufferRecordingAttrib **ppIEnumStreamBufferAttrib
);

Parameters

[out] ppIEnumStreamBufferAttrib

Address of a variable that receives a pointer to the IEnumStreamBufferRecordingAttrib interface of the new enumerator.

Return value

Returns an HRESULT value. Possible values include the following.

Return code Description
S_OK
Success.
E_OUTOFMEMORY
Insufficient memory.
E_POINTER
NULL pointer argument.

Requirements

   
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h

See also

IEnumStreamBufferRecordingAttrib Interface