IEnumTuningSpaces interface (tuner.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 IEnumTuningSpaces interface is implemented on a standard COM collection of tuning space objects and is obtained through various ITuningSpaceContainer.
Inheritance
The IEnumTuningSpaces interface inherits from the IUnknown interface. IEnumTuningSpaces also has these types of members:
Methods
The IEnumTuningSpaces interface has these methods.
IEnumTuningSpaces::Clone The Clone method creates a new copy of the collection and all its sub-objects. |
IEnumTuningSpaces::Next The Next method retrieves the next n elements in the collection. |
IEnumTuningSpaces::Reset The Reset method moves the iterator to the beginning of the collection. |
IEnumTuningSpaces::Skip The Skip method skips the specified element in the collection. |
Remarks
To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IEnumTuningSpaces)
.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | tuner.h |