Microsoft DirectX 8.1 (C++)

IMSVidTuner::put_TuningSpace

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The put_TuningSpace method specifies the tuning space.

Syntax

HRESULT put_TuningSpace(
  ITuningSpace*  plTS
);

Parameters

  plTS

[in]  Specifies a pointer to the tuning space's ITuningSpace interface.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also