Share via


IDigitalCableLocator::get_OriginalMajorChannel

 
Microsoft DirectShow 9.0

IDigitalCableLocator::get_OriginalMajorChannel

The get_OriginalMajorChannel method retrieves the original major channel number.

Syntax

  HRESULT get_OriginalMajorChannel(
  long*  MajorChannel
);

Parameters

MajorChannel

[out]  Pointer to a variable that receives the original major channel number.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also