Share via


IRegisterTuner::Register

 
Microsoft DirectShow 9.0

IRegisterTuner::Register

This feature is expected to be available on a future version of the Windows operating system.

The Register method registers an apartment-threaded tuner with the tuner marshaller and registers the tuner marshaller with the graph service provider.

Syntax

  HRESULT Register(
  ITuner pTuner,
  IGraphBuilder pGraph
);

Parameters

pTuner

[in] Pointer to a variable that specifies the tuner.

pGraph

[in] Pointer to a variable that specifies the graph filter provider.

Return Values

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

Requirements

Header: Include bdaiface.h.

See Also