###User Defined Function###
_WinAPI_IsInternetConnected

###Description###
Determines whether the current user is connected to the Internet.

###Syntax###
#include <WinAPIDiag.au3>
_WinAPI_IsInternetConnected (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	True - The user is connected to the Internet.
	False - Otherwise.
Failure 	Sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.
@@End@@


###Remarks###
This function requires <strong>Windows Vista or later</strong>.


###Related###


###See Also###
@@MsdnLink@@ IsInternetConnected


###Example###
@@IncludeExample@@
