IDigitalCableTuningSpace::get_MinSourceID
Microsoft DirectShow 9.0 |
IDigitalCableTuningSpace::get_MinSourceID
The get_MinSourceID method retrieves the lowest source identifier for this tuning space.
Syntax
HRESULT get_MinSourceID( long* MinSourceIDVal );
Parameters
MinSourceIDVal
[out] Receives the lowest 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