IEPGEpisode::RemindRecordIdx

[This is preliminary documentation and subject to change.]

The RemindRecordldx method returns an index into the cache of show reminders in WebTV for Windows. This method is only valid for episodes for which the IEPGEpisode::IsRemindItem or IEPGEpisode::IsRecordItem method returns VARIANT_TRUE.

HRESULT RemindRecordIdx(
  long* idxRR  
);
 

Parameters

idxRR
Pointer to a long that receives the index value. If the episode is not a record or a remind item, this value is –1.

Return Values

Returns an HRESULT indicating success or failure. If the method succeeds it returns S_OK. Otherwise it returns an error code. For specific error code values see Winerror.h.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Import Library: User-defined.
  Unicode: Yes.

See Also

IEPGEpisode::IsRemindItem, IEPGEpisode::IsRecordItem, IEPGEpisode::Repetition