Microsoft DirectX 9.0

ITuner::get_TuningSpace

The get_TuningSpace method gets the tuning space currently in effect for the Network Provider.

Syntax

HRESULT get_TuningSpace(
  ITuningSpace** ppTuningSpace
);

Parameters

ppTuningSpace

[out] Address of an ITuningSpace interface pointer that will be set to the current tuning space.

Return Values

When the method is successful, it returns S_OK. Otherwise, it returns an HRESULT error code.

See Also