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