Platform SDK: Broadcast Architecture

CTheme

Each CTheme object corresponds to a single record of the Theme table in the Guide database. These objects are created and initialized by CThemeRecordset objects.

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

Method Description
SetThemeID Sets the value of the T Theme ID field.
SetGenreID Sets the value of the T Genre ID field.
SetSubGenreID     Sets the value of the T Sub Genre ID field.
ThemeID Retrieves the value of the T Theme ID field.
GenreID Retrieves the value of the T Genre ID field.
SubGenreID Retrieves the value of the T Sub Genre ID field.

Requirements

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

See Also

CThemeRecordset, Theme table