Share via


IDigitalCableLocator::get_OriginalMinorChannel

 
Microsoft DirectShow 9.0

IDigitalCableLocator::get_OriginalMinorChannel

The get_OriginalMinorChannel method retrieves the original minor channel number.

Syntax

  HRESULT get_OriginalMinorChannel(
  long*  MinorChannel
);

Parameters

MinorChannel

[out]  Pointer to a variable that receives the original minor 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