IAPI::InternetConnectedType

property InternetConnectedType.

Retrieves the way how a PC is connected to Internet.

 

HRESULT InternetConnectedType(
  long *pVal
);

Parameters

pVal

[out, retval]

. The returned value can be one of the following:

1:LAN,

2:Modem,

3:Proxy,

4:Offline

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

See Also

IAPI