Platform SDK: Broadcast Architecture |
Each CSubGenre object corresponds to a single record of the Sub-Genre table in the Guide database. These objects are created and initialized by CSubGenreRecordset objects.
The CSubGenre class provides the following methods, which your application can use to set and retrieve the values of fields for a CSubGenre object.
Method | Description |
---|---|
SetName | Sets the value of the SG Name field. |
SubGenreID | Retrieves the value of the SG Sub Genre ID field. This field is automatically generated and cannot be set. |
Name | Retrieves the value of the SG Name field. |
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in subgenre.h.
Import Library: Use dbsets.lib or dbsetsst.lib.