Platform SDK: Broadcast Architecture |
Each CStation object corresponds to a single record of the Station table in the Guide database. These objects are created and initialized by CStationRecordset objects.
The CStation class provides the following methods, which your application can use to set and retrieve the values of fields for a CStation object.
Method | Description |
---|---|
SetCallLetters | Sets the value of the S Call Letters field. |
SetName | Sets the value of the S Name field. |
SetNetworkID | Sets the value of the S Network ID field. |
SetLogo | Sets the value of the S Logo field. |
SetDescription | Sets the value of the S Description field. |
StationID | Retrieves the value of the S Station ID field. This field is automatically generated and cannot be set. |
CallLetters | Retrieves the value of the S Call Letters field. |
Name | Retrieves the value of the S Name field. |
NetworkID | Retrieves the value of the S Network ID field. |
Logo | Retrieves the value of the S Logo field. |
Description | Retrieves the value of the S Description field. |
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in station.h.
Import Library: Use dbsets.lib or dbsetsst.lib.