Microsoft DirectX 9.0

IStreamBufferRecordingAttribute::EnumAttributes

This topic applies to Windows XP Service Pack 1 only.

The EnumAttributes method enumerates the existing attributes of the stream buffer file. This method returns an enumerator object, which the caller can then use to enumerate the attributes.

Syntax

HRESULT EnumAttributes(
    IEnumStreamBufferRecordingAttrib **ppIEnumStreamBufferAttrib
);

Parameters

ppIEnumStreamBufferAttrib

[out]  Address of a variable that receives an IEnumStreamBufferRecordingAttrib interface pointer.

Return Values

Returns an HRESULT value. Possible values include the following.

Value Description
E_OUTOFMEMORY Insufficient memory
E_POINTER NULL pointer argument
S_OK Success

Remarks

The caller must release the returned IEnumStreamBufferRecordingAttrib interface.

Requirements

Include Sbe.h.

See Also