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