INetworkListManager::get_IsConnectedToInternet method (netlistmgr.h)

The get_IsConnectedToInternet property specifies if the local machine has internet connectivity.

Syntax

HRESULT get_IsConnectedToInternet(
  [out] VARIANT_BOOL *pbIsConnected
);

Parameters

[out] pbIsConnected

If TRUE, the local machine is connected to the internet; if FALSE, it is 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

See also

INetworkListManager