CGenre

[This is preliminary documentation and subject to change.]

Each CGenre object corresponds to a single record of the Genre table in the Guide database. You can use the methods of CGenre to retrieve and set field values. These objects are created and initialized by CGenreRecordset objects.

The CGenre class provides the following methods:

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.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in genre.h.
  Import Library: Use dbsets.lib or dbsetsSt.lib.
  Unicode: Yes.

See Also

CGenreRecordset, Genre table