INetwork::get_IsConnectedToInternet method (netlistmgr.h)
The get_IsConnectedToInternet property specifies if the network has internet connectivity.
Syntax
HRESULT get_IsConnectedToInternet(
[out] VARIANT_BOOL *pbIsConnected
);
Parameters
[out] pbIsConnected
If TRUE, this network has connectivity to the internet; if FALSE, it does not.
Return value
Returns S_OK if successful.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | netlistmgr.h |