[This is preliminary documentation and subject to change.]
Each CChannelT object corresponds to a single record of the Channel table in the Guide database. You can use the methods of CChannelT to retrieve and set field values. These objects are created and initialized by CChannelTRecordset objects.
The CChannelT class provides the following methods:
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. |
SetRatingID | Sets the value of the C Rating ID field. |
SetDisplayMask | Sets the value of the C Display Mask field. |
SetPaymentAddress | Sets the value of the C Payment Address field. |
SetPaymentToken | Sets the value of the C Payment Token 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. |
RatingID | Retrieves the value of the C Rating ID field. |
DisplayMask | Retrieves the value of the C Display Mask field. |
PaymentAddress | Retrieves the value of the C Payment Address field. |
PaymentToken | Retrieves the value of the C Payment Token field. |
LastUpdate | Retrieves the value of the C Last Update field. |
Tunable | Retrieves the value of the C Tunable field. |
SetEnhMapID | Sets the value of the C Enhancement Mapping ID field. |
EnhMapID | Retrieves the value of the C Enhancement Mapping ID field. |
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in channelt.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.