Files
harbour-core/harbour/contrib/hbmisc/tests/testcall.prg
Viktor Szakats 81c9b0506c 2010-06-04 15:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/*
    * Deleted 'www.' from harbour-project.org website name.
      (www.harbour-project.org -> harbour-project.org)
2010-06-04 13:32:23 +00:00

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