Microsoft DirectX 8.1 (C++)

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] Variable of type long that 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