Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 |
|---|---|
|
Success. |
|
Insufficient memory. |
|
NULL pointer argument. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows�XP with SP1 [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | sbe.h |