Internet Connection Type
I want to write a software which detects the internet connection type
of the computer (i.e. 56k Modem,ISDN,Dual ISDN,DSL,cable
modem,satellite, fixed connection.) and the size of the connection (i.e
DSL 512kbit)
Can somebody give me a clue ?
Using InternetGetConnectedState function I only have following options.
Is there another way(s) to determine connection type of internet.
#INTERNET_CONNECTION_MODEM = $1
#INTERNET_CONNECTION_LAN = $2
#INTERNET_CONNECTION_PROXY = $4
#INTERNET_CONNECTION_MODEM_BUSY = $8
#INTERNET_CONNECTION_OFFLINE = $20
#INTERNET_CONNECTION_CONFIGURED = $40
#INTERNET_RAS_INSTALLED = $10
Regards,
Cenker Sisman
|