CStation

[This is preliminary documentation and subject to change.]

Each CStation object corresponds to a single record of the Station table in the Guide database. You can use the methods of CStation to retrieve and set field values. These objects are created and initialized by CStationRecordset objects.

The CStation class provides the following methods:

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.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in station.h.
  Import Library: Use dbsets.lib or dbsetsSt.lib.
  Unicode: Yes.