[This is preliminary documentation and subject to change.]
Each CChannelStream object corresponds to a single record of the Channel Stream table in the Guide database. You can use the methods of CChannelStream to retrieve and set field values. These objects are created and initialized by CChannelStreamRecordset objects.
The CChannelStream class provides the following methods:
Method | Description |
---|---|
SetChannelID | Sets the value of the CSR Channel ID field. |
SetStreamTypeID | Sets the value of the CSR Stream Type ID field. |
SetSubChannel | Sets the value of the CSR SubChannel field. |
SetName | Sets the value of the CSR Name field. |
ChannelID | Retrieves the value of the CSR Channel ID field. |
StreamTypeID | Retrieves the value of the CSR Stream Type ID field. |
SubChannel | Retrieves the value of the CSR SubChannel field. |
Name | Retrieves the value of the CSR Name field. |
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in chanstr.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.