Platform SDK: Broadcast Architecture

CBroadcastPropertyRecordset

The CBroadcastPropertyRecordset class is used to retrieve and set values for CBroadcastProperty record objects from the Broadcast Property table. To do so, CBroadcastPropertyRecordset uses methods defined in the CDatabaseRecordset parent class.

The CBroadcastPropertyRecordset class implements the following methods defined in CDatabaseRecordset.

Method Description
GetTableName Returns the name of the table associated with this recordset, in this case Broadcast Property.
GetRecordsetObject Initializes a CBroadcastProperty object with records from the Guide database.
SetRecordsetObject Saves the records in a CBroadcastProperty object to the Guide database.

Requirements

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

See Also

Broadcast Property table, CBroadcastProperty, CDatabaseRecordset