Share via


ITuningSpaces::get_EnumTuningSpaces

 
Microsoft DirectShow 9.0

ITuningSpaces::get_EnumTuningSpaces

The get_EnumTuningSpaces method returns an enumerator for the collection.

Syntax

  HRESULT get_EnumTuningSpaces(
    IEnumTuningSpaces** ppNewEnum
    );

Parameters

ppNewEnum

[out]  Pointer to a variable that receives an IEnumTuningSpaces interface pointer. Use this interface to iterate through the collection. The caller must release the interface.

Return Values

Returns S_OK if successful.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also