Microsoft DirectX 8.1 (C++) |
The IEnumTuneRequests interface provides access to a collection of TuneRequest objects returned from a call to IGuideData::GetServices. This collection of tune requests represents all the services available in the tuning space.
In addition to the methods inherited from IUnknown, the IEnumTuneRequests interface exposes the following methods.
Method | Description |
Clone | Creates a copy of the collection. |
Next | Retrieves the next item or items in the collection. |
Reset | Sets the enumerator to the first item in the collection. |
Skip | Skips the specified number of items. |