Microsoft DirectX 9.0 |
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.
See Also