Platform SDK: Broadcast Architecture

CGenre

Each CGenre object corresponds to a single record of the Genre table in the Guide database. These objects are created and initialized by CGenreRecordset objects.

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

Method Description
SetTuningSpace     Sets the value of the G Tuning Space field.
SetName Sets the value of the G Name field.
GenreID Retrieves the value of the G Genre ID field. This field is automatically generated and cannot be set.
TuningSpace Retrieves the value of the G Tuning Space field.
Name Retrieves the value of the G Name field.

Requirements

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

See Also

CGenreRecordset, Genre table