Compartilhar via


IDigitalCableLocator::get_OriginalPhysicalChannel

 
Microsoft DirectShow 9.0

IDigitalCableLocator::get_OriginalPhysicalChannel

The get_OriginalPhysicalChannel method retrieves the original physical channel number.

Syntax

  HRESULT get_OriginalPhysicalChannel(
  long*  PhysicalChannel
);

Parameters

PhysicalChannel

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