Platform SDK: Broadcast Architecture

CChannelT

Each CChannelT object corresponds to a single record of the Channel table in the Guide database. These objects are created and initialized by CChannelTRecordset objects.

The CChannelT class provides the following methods, which your application can use to set and retrieve the values of fields for a CChannelT object.

Method Description
SetTuningSpace Sets the value of the C Tuning Space field.
SetChannelNumber Sets the value of the C Channel Number field.
SetStartTime Sets the value of the C Start Time field.
SetEndTime Sets the value of the C End Time field.
SetLength Sets the value of the C Length field.
SetStationID Sets the value of the C Station ID field.
SetDescription Sets the value of the C Description field.
SetEnhMapID Sets the value of the C Enhancement Mapping ID field.
SetRatingID Sets the value of the C Rating ID field.
SetLastUpdate Sets the value of the C Last Update field.
SetTunable Sets the value of the C Tunable field.
ChannelID Retrieves the value of the C Channel ID field. This field is automatically generated and cannot be set.
TuningSpace Retrieves the value of the C Tuning Space field.
ChannelNumber Retrieves the value of the C Channel Number field.
StartTime Retrieves the value of the C Start Time field.
EndTime Retrieves the value of the C End Time field.
Length Retrieves the value of the C Length field.
StationID Retrieves the value of the C Station ID field.
Description Retrieves the value of the C Description field.
EnhMapID Retrieves the value of the C Enhancement Mapping ID field.
RatingID Retrieves the value of the C Rating ID field.
LastUpdate Retrieves the value of the C Last Update field.
Tunable Retrieves the value of the C Tunable field.

For more information on the methods that CChannelT contains but that are reserved for future use, see Reserved Methods in CChannelT.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in channelt.h.
  Import Library: Use dbsets.lib or dbsetsst.lib.

See Also

CChannelTRecordset, Channel table