L
lanlyli
Unregistered / Unconfirmed
GUEST, unregistred user!
wininet.dll中有InternetAttemptConnect函数,但是我试了不行,不知道有什么问题?
if InternetAttemptConnect(0) = ERROR_SUCCESS then
result := True
else
result := false;
不管是否能够上网,都返回相同的结果
if InternetAttemptConnect(0) = ERROR_SUCCESS then
result := True
else
result := false;
不管是否能够上网,都返回相同的结果