[Migrated content. Thread originally posted on 14 November 2005]
Good Day,Reading the microsoft web about the api InternetCheckConnection, i see two ways to use it:
move "http://www.microsoft.com" to pagina-web
inspect pagina-web replacing trailing space by null
initialize reserved boolean
move 1 to flags
call "wininet.dll"
call "InternetCheckConnectionA" using
by reference pagina-web
by value flags
by value reserved
giving boolean
cancel "wininet.dll"
if Boolean = 1
perform connected
else
perform not_connected
end-if
That api works, but the same coding calling InternetCheckConnectionW dont works.
In microsoft WEB it says that the difference between the two apis is InternetCheckConnectionA is in ANSI and InternetCheckConnectionW is in UNICODE
then, my question is, what is the difference calling both apis? (im a bit loosed in this subject)
Thank You



