Share via


ITuningSpaceContainer::put_MaxCount

 
Microsoft DirectShow 9.0

ITuningSpaceContainer::put_MaxCount

The put_MaxCount method sets the maximum number of tuning spaces allowed on the system.

Syntax

  HRESULT put_MaxCount(
    long MaxCount
    );

Parameters

MaxCount

[in]  Specifies the maximum number of tuning spaces.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also