* contrib/*
* Deleted 'www.' from harbour-project.org website name.
(www.harbour-project.org -> harbour-project.org)
21 lines
300 B
Plaintext
21 lines
300 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Project source code:
|
|
*
|
|
* Copyright 2010 Viktor Szakats (harbour.01 syenar.hu)
|
|
* www - http://harbour-project.org
|
|
*
|
|
*/
|
|
|
|
PROCEDURE Main()
|
|
LOCAL nFlags
|
|
|
|
nFlags := -1
|
|
? CALLDLL32( "InternetGetConnectedState", "wininet.dll", @nFlags, 0 )
|
|
? nFlags
|
|
|
|
RETURN
|