IStreamBufferRecordingAttribute::EnumAttributes method (sbe.h)
[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 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
[out] ppIEnumStreamBufferAttrib
Receives an IEnumStreamBufferRecordingAttrib interface pointer. The caller must release the interface.
Return value
Returns an HRESULT value. Possible values include the following.
Return code | Description |
---|---|
|
Insufficient memory |
|
NULL pointer argument |
|
Success |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP with SP1 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | sbe.h |