Platform SDK: Broadcast Architecture

CEpisodeEnhancements

Each CEpisodeEnhancements object corresponds to a single record of the Episode Enhancements table. These objects are created and initialized by CEpisodeEnhancementsRecordset objects.

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

Method Description
SetEpisodeID Sets the value of the EE Episode ID field.
SetMappingID Sets the value of the EE Mapping ID field.
EpisodeID Retrieves the value of the EE Episode ID field.
MappingID Retrieves the value of the EE 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

CEpisodeEnhancementsRecordset, Episode Enhancements table