Platform SDK: Broadcast Architecture

CChannelEnhancements

Each CChannelEnhancements object corresponds to a single record of the Channel Enhancements table. These objects are created and initialized by CChannelEnhancementsRecordset objects.

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

Method Description
SetChannelID Sets the value of the CE Channel ID field.
SetMappingID Sets the value of the CE Mapping ID field.
ChannelID Retrieves the value of the CE Channel ID field.
MappingID Retrieves the value of the CE Mapping ID field.

Requirements

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

See Also

CChannelEnhancementsRecordset, CChannelT, CEnhancement, Channel Enhancements table