IEPGEpisode::IsOnSoon

[This is preliminary documentation and subject to change.]

The IsOnSoon method returns a value that indicates whether the episode will be broadcast in the next five minutes.

HRESULT IsOnSoon(
  VARIANT_BOOL * pf
);
 

Parameters

pf
Pointer to a variable that receives VARIANT_TRUE if the episode will be broadcast in the next five minutes, and VARIANT_FALSE otherwise.

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::IsContinuous, IEPGEpisode::IsOnLater