IDigitalCableLocator::put_OriginalMinorChannel
Microsoft DirectShow 9.0 |
IDigitalCableLocator::put_OriginalMinorChannel
The put_OriginalMinorChannel method specifies the original minor channel number.
Syntax
HRESULT put_OriginalMinorChannel( long MinorChannel );
Parameters
MinorChannel
[in] Specifies the original minor channel.
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