Share via


IDigitalCableTuningSpace::put_MaxSourceID

 
Microsoft DirectShow 9.0

IDigitalCableTuningSpace::put_MaxSourceID

The put_MaxSourceID method sets the highest source identifier for this tuning space.

Syntax

  HRESULT put_MaxSourceID(
  long  NewMaxSourceIDVal
);

Parameters

NewMaxSourceIDVal

[in]  Specifies the highest source identifier.

Return Values

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

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also