[This is preliminary documentation and subject to change.]
The HasReminder method returns a value specifying whether a reminder is set for the specified episode.
HRESULT HasReminder(
IUnknown *pEpisode,
VARIANT_BOOL bRecord
VARIANT_BOOL *bReminder
);
Value | Meaning |
---|---|
VARIANT_TRUE | A reminder to record the show. |
VARIANT_FALSE | A reminder to watch the show. |
Value | Meaning |
---|---|
VARIANT_TRUE | A reminder is set for the episode. |
VARIANT_FALSE | No reminder is set for the episode. |
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.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in tvdisp.odl.
Import Library: Included as a resource in tvx.exe.
Unicode: Yes.
ITVViewer::HasEnhancement, IEPGEpisode