Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "internetgetconnectedstate" in [All]

Enums

.

enum InternetGetConnectedStateFlags

.

Enum InternetGetConnectedStateFlags

.
Documentation
[InternetGetConnectedStateFlags] on MSDN

wininet

.

///     A return value of TRUE from InternetGetConnectedState indicates that at least one connection to the Internet is

.

extern static bool InternetGetConnectedState(out int lpdwFlags, int dwReserved);

.

  Private Declare Function InternetGetConnectedState Lib "wininet.dll" _

.

InternetGetConnectedStateFlags

.

   private static extern bool InternetGetConnectedState(out int lpdwFlags, int dwReserved);

.

    bool isConnected = InternetGetConnectedState(out flags, 0);

.

      If InternetGetConnectedState(lngFlags, 0) Then

.
Documentation
[InternetGetConnectedState] on MSDN
.

Direct Link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/internetgetconnectedstate.asp


 
Access PInvoke.net directly from VS: