IEnumGuideDataProperties 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 IEnumGuideDataProperties interface represents a collection of guide data properties that has been generated by the TIF. Separate collections are created for programs, services, and schedule entries. This interface is obtained from the TIF using the following methods.

Inheritance

The IEnumGuideDataProperties interface inherits from the IUnknown interface. IEnumGuideDataProperties also has these types of members:

Methods

The IEnumGuideDataProperties interface has these methods.

 
IEnumGuideDataProperties::Clone

Not implemented for this release.
IEnumGuideDataProperties::Next

The Next method retrieves the specified number of items in the enumeration sequence.
IEnumGuideDataProperties::Reset

The Reset method resets the enumerator to the first item in the collection.
IEnumGuideDataProperties::Skip

Not implemented for this release.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IEnumGuideDataProperties).

Requirements

   
Target Platform Windows
Header bdatif.h

See also

BDA Interfaces