IStreamBufferRecordingAttribute::EnumAttributes Method
This topic applies only to Windows XP Service Pack 1 or later.
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(
[out] IEnumStreamBufferRecordingAttrib **ppIEnumStreamBufferAttrib
);
Parameters
- ppIEnumStreamBufferAttrib [out]
Address of a variable that receives an IEnumStreamBufferRecordingAttrib interface pointer.
Return Value
Returns an HRESULT value. Possible values include the following.
Return code | Description |
---|---|
E_OUTOFMEMORY |
Insufficient memory |
E_POINTER |
NULL pointer argument |
S_OK |
Success |
Remarks
The caller must release the returned IEnumStreamBufferRecordingAttrib interface.
Requirements
Header | Declared in Sbe.h. |
See Also
IStreamBufferRecordingAttribute Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008