Microsoft DirectX 9.0

IEnumStreamBufferRecordingAttrib::Clone

This topic applies to Windows XP Service Pack 1 only.

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(
    IEnumStreamBufferRecordingAttrib **ppIEnumStreamBufferAttrib
);

Parameters

ppIEnumStreamBufferAttrib

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

Return Values

Returns an HRESULT value. Possible values include the following.

Value Description
S_OK Success.
E_OUTOFMEMORY Insufficient memory.
E_POINTER NULL pointer argument.

Requirements

Include Sbe.h.

See Also