ITVControl::EpisodeStatusChanged

[This is preliminary documentation and subject to change.]

The EpisodeStatusChanged method advises that the status of an episode has changed.

HRESULT EpisodeStatusChanged(
  int iChange,        
  IUnknown *pEpisode  
);
 

Parameters

iChange
Change identifier. This identifier can be one of the following values.
Value Meaning
keReminderStatus Specifies that a reminder has either been set or deleted for the episode.
kePurchaseStatus Reserved.
keDSSEmailStatus Reserved.
keEnhancementStatus Specifies that the enhancement status has changed. Typically, this indicates that an episode or channel enhancement is now available.

pEpisode
Pointer to the IEPGEpisode interface of an EPGEpisode object that contains information about the episode whose status has changed.

Return Values

WebTV for Windows ignores the value returned by this method.

Remarks

WebTV for Windows calls this method.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in tvdisp.odl.
  Import Library: User-defined.
  Unicode: Yes.

See Also

IEPGEpisode