[This is preliminary documentation and subject to change.]
Each CStreamType object corresponds to a single record of the Stream Type table in the Guide database. You can use the methods of CStreamType to retrieve and set field values. These objects are created and initialized by CStreamTypeRecordset objects.
The CStreamType class provides the following methods:
Method | Description |
---|---|
SetTuningSpace | Sets the value of the SR Tuning Space field. |
SetValue | Sets the value of the SR Value field. |
SetDescription | Sets the value of the SR Description field. |
SetCategory | Sets the value of the SR Category field. |
SetLocaleID | Sets the value of the SR Locale ID field. |
StreamTypeID | Retrieves the value of the SR Stream Type ID field. This field is automatically generated and cannot be set. |
TuningSpace | Retrieves the value of the SR Tuning Space field. |
Value | Retrieves the value of the SR Value field. |
Description | Retrieves the value of the SR Description field. |
Category | Retrieves the value of the SR Category field. |
LocaleID | Retrieves the value of the SR Locale ID field. |
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in streamty.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.