Microsoft DirectX 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.

See Also