Microsoft DirectX 9.0

ITuningSpaceContainer::get_MaxCount

The get_MaxCount method retrieves the maximum number of tuning spaces allowed on the system.

Syntax

HRESULT get_MaxCount(
    long* pMaxCount
    );

Parameters

pMaxCount

[out] Pointer to a variable that receives 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