IEnumStreamBufferRecordingAttrib::Clone Method
This topic applies only to Windows XP Service Pack 1 or later.
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
- ppIEnumStreamBufferAttrib [out]
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
Header | Declared in Sbe.h. |
See Also
IEnumStreamBufferRecordingAttrib Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008