Share via


IBDA_SignalProperties::PutTuningSpace method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005 and later.

The PutTuningSpace method specifies the tuning space for the current tuning request.

Syntax

HRESULT PutTuningSpace(
  [in] REFGUID guidTuningSpace
);

Parameters

[in] guidTuningSpace

Specifies the tuning space.

Return value

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

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

GetTuningSpace

IBDA_SignalProperties Interface