Platform SDK: Broadcast Architecture |
Each CBroadcastProperty object corresponds to a single record of the Broadcast Property table in the Guide database. These objects are created and initialized by CBroadcastPropertyRecordset objects.
The CBroadcastProperty class provides the following methods, which your application can use to set and retrieve the values of fields for a CBroadcastProperty object.
Method | Description |
---|---|
SetTuningSpace | Sets the value of the BP Tuning Space field. |
SetAbbreviation | Sets the value of the BP Abbreviation field. |
SetName | Sets the value of the BP Name field. |
SetDisplayOrder | Sets the value of the BP Display Order field. |
SetPictogramMoniker | Sets the value of the BP Pictogram Moniker field. |
BroadcastPropertyID | Retrieves the value of the BP Broadcast Property ID field. This field is automatically generated and cannot be set. |
TuningSpace | Retrieves the value of the BP Tuning Space field. |
Abbreviation | Retrieves the value of the BP Abbreviation field. |
DisplayOrder | Retrieves the value of the BP Display Order field. |
PictogramMoniker | Retrieves the value of the BP Pictogram Moniker field. |
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in brprop.h.
Import Library: Use dbsets.lib or dbsetsst.lib.