[This is preliminary documentation and subject to change.]
Each CEnhancement object corresponds to a single record of the Enhancement table in the Guide database. You can use the methods of CEnhancement to retrieve and set field values. These objects are created and initialized by CEnhancementRecordset objects.
The CEnhancement class provides the following methods:
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: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in enhance.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.