Share via


IBDA_SignalProperties::GetTuningSpace

 
Microsoft DirectShow 9.0

IBDA_SignalProperties::GetTuningSpace

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

The GetTuningSpace method retrieves the tuning space for the current tuning request.

Syntax

  HRESULT GetTuningSpace(
  GUID*  pguidTuingSpace
);

Parameters

pguidTuingSpace

[in, out]  Pointer to a variable that receives a GUID identifying the tuning space.

Return Values

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

Requirements

Header: Include Bdaiface.h.

See Also