IEPGItem::OnNow

[This is preliminary documentation and subject to change.]

The OnNow method returns a Boolean specifying whether the item is currently being broadcast.

HRESULT OnNow (
  VARIANT_BOOL* pOnNow  
);
 

Parameters

pOnNow
Pointer to a boolean that indicates whether this item is currently being broadcast. If the received value is VARIANT_TRUE, the item is currently being broadcast. If the value is VARIANT_FALSE, it is not.

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.