Platform SDK: Broadcast Architecture |
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. |
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in enhance.h.
Import Library: Use dbsets.lib or dbsetsst.lib.