IGuideDataProperty Interface
Microsoft DirectShow 9.0 |
IGuideDataProperty Interface
The IGuideDataProperty interface represents the name, value, and language of a property associated with a Service, Program or ScheduleEntry object.
In addition to the methods inherited from IUnknown, the IGuideDataProperty interface exposes the following methods.
Method | Description |
get_Language | Retrieves the language associated with the property. |
get_Name | Retrieves the name of the property. |
get_Value | Retrieves the value associated with the property. |
Requirements
Header: Include Bdatif.h.
See Also