Platform SDK: Broadcast Architecture

CEnhancement

Each CEnhancement object corresponds to a single record of the Enhancement table in the Guide database. These objects are created and initialized by CEnhancementRecordset objects.

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

Method Description
SetEnhancementID Sets the value of the EN Enhancement ID field.
SetTitle Sets the value of the EN Title field.
SetShowReference     Sets the value of the EN Show Reference field.
SetPreloadURL Sets the value of the EN Preload URL field.
SetAddress Sets the value of the EN Address field.
SetExpireDate Sets the value of the EN Expire Date field.
EnhancementID Retrieves the value of the EN Enhancement ID field.
Title Retrieves the value of the EN Title field.
ShowReference Retrieves the value of the EN Show Reference field.
PreloadURL Retrieves the value of the EN Preload URL field.
Address Retrieves the value of the EN Address field.
ExpireDate Retrieves the value of the EN Expire Date field.

Requirements

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

See Also

CEnhancementRecordset, Enhancement table