IEPGItem::TuningInfo

[This is preliminary documentation and subject to change.]

The TuningInfo method gets tuning information associated with the item.

HRESULT TuningInfo (
  long* plTuningSpace,  
  long* plChannelNumber 
);
 

Parameters

plTuningSpace
Pointer to a long that receives the tuning space identifier.
plChannelNumber
Pointer to a long that receives the channel number.

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.