IDVBTuningSpace2::put_NetworkID
Microsoft DirectShow 9.0 |
IDVBTuningSpace2::put_NetworkID
The put_NetworkID method sets the Network ID of the DVB system.
Syntax
HRESULT get_NetworkID( long NetworkID );
Parameters
NetworkID
[in] Specifies the NetworkID as a long integer.
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