Microsoft DirectX 8.1 (C++)

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 of type long 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