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 "InternetAttemptConnect" in [All]

wininet

.

static extern int InternetAttemptConnect(int dwReserved);

.

Public Declare Function InternetAttemptConnect Lib "wininet" (Optional ByVal dwReserved As Long = 0) As Long

.

  Private Declare Function InternetAttemptConnect Lib "wininet" (Optional ByVal dwReserved As Integer = 0) As Integer

.

    If InternetAttemptConnect(0) = 0 Then

.
Documentation
[InternetAttemptConnect] on MSDN

 
Access PInvoke.net directly from VS: