IBDA_NetworkProvider::GetTuningSpace

 
Microsoft DirectShow 9.0

IBDA_NetworkProvider::GetTuningSpace

The GetTuningSpace method retrieves the tuning space.

Syntax

  HRESULT GetTuningSpace(
  GUID*  pguidTuningSpace
);

Parameters

  pguidTuningSpace

[in, out]  Receives a GUID specifying 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