Microsoft DirectX 8.1 (C++)

GuideStore Object

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The GuideStore object manages the Guide Store. Create this object by using the CoCreateInstanceEx function. For more information, see Connecting to the Guide Store (C++).

The object is handled by the IGuideStore interface.

Use the GuideStore object to retrieve and manage other objects. For example, to retrieve ScheduleEntry objects, first obtain the main ScheduleEntries collection by calling IGuideStore::get_ScheduleEntries, then use methods of IScheduleEntries to retrieve a particular entry or set of entries.