Share via


ITuningSpaces::get_Item method (tuner.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The get_Item method returns the specified item in the collection.

Syntax

HRESULT get_Item(
  [in]  VARIANT      varIndex,
  [out] ITuningSpace **TuningSpace
);

Parameters

[in] varIndex

VARIANT type that specifies the ID of the tuning space. The ID uniquely identifies the tuning space within the SystemTuningSpaces object.

[out] TuningSpace

Address of a variable that receives a pointer to the tuning space's ITuningSpace interface. The caller must release the interface.

Return value

Returns S_OK if successful.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

ITuningSpaces Interface