Share via


ITuningSpaces::get_Item Method

The get_Item method returns the specified item in the collection.

Syntax

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

Parameters

  • varIndex [in]
    VARIANT type that specifies the ID of the tuning space. The ID uniquely identifies the tuning space within the SystemTuningSpaces object.

  • ppTuningSpace [out]
    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

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

ITuningSpaces Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008