IEnumTuneRequests interface (bdatif.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 IEnumTuneRequests interface provides access to a collection of tune requests returned from a call to IGuideData::GetServices. This collection of tune requests represents all the services available in the tuning space.
Inheritance
The IEnumTuneRequests interface inherits from the IUnknown interface. IEnumTuneRequests also has these types of members:
Methods
The IEnumTuneRequests interface has these methods.
IEnumTuneRequests::Clone The Clone method creates a copy of the collection. |
IEnumTuneRequests::Next The Next method retrieves the specified number of items in the collection. |
IEnumTuneRequests::Reset The Reset method sets the enumerator to the first item in the collection. |
IEnumTuneRequests::Skip The Skip method skips over the specified number of items in the collection. |
Remarks
To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IEnumTuneRequests)
.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | bdatif.h |