Platform SDK: Broadcast Architecture

CRatingSystem

Each CRatingSystem object corresponds to a single record of the Rating System table in the Guide database. These objects are created and initialized by CRatingSystemRecordset objects.

The CRatingSystem 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 RS Tuning Space field.
SetName Sets the value of the RS Name field.
SetDescription Sets the value of the RS Description field.
RatingSystemID Retrieves the value of the RS Rating System ID field.
TuningSpace Retrieves the value of the RS Tuning Space field.
Name Retrieves the value of the RS Name field.
Description Retrieves the value of the RS Description field.

Requirements

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

See Also

CRatingSystemRecordset, Rating System table