Microsoft DirectX 9.0

ITuner::EnumTuningSpaces

The EnumTuningSpaces method creates a collection of tuning spaces preferred by this implementation.

Syntax

HRESULT EnumTuningSpaces(
  IEnumTuningSpaces** ppEnum
);

Parameters

ppEnum

[out] Address of a IEnumTuningSpaces interface pointer that will be set to the returned collection.

Return Values

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

Remarks

This list is a subset of the compatible tuning spaces for this implementation.

See Also