IDVBTuningSpace2::get_NetworkID
Microsoft DirectShow 9.0 |
IDVBTuningSpace2::get_NetworkID
The get_NetworkID method retrieves the Network ID of the DVB system.
Syntax
HRESULT get_NetworkID( long* pNetworkID );
Parameters
pNetworkID
[out] Specifies the address of a long integer to receive the NetworkID.
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