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

coredll

.

    private static extern uint RasHangUp(IntPtr pRasConn);

.

        RasHangUp(connections[i].hrasconn);

.
Documentation
RasHangUp @msdn on MSDN
.

static extern TODO RasHangUp(TODO);

.

Declare Function RasHangUp Lib "coredll.dll" (TODO) As TODO

.
Documentation
[RasHangUp] on MSDN

rasapi32

.
Summary
The RasHangUp function terminates a remote access connection. The connection is specified with a RAS connection handle. The function releases all RASAPI32.DLL resources associated with the handle
.

static extern uint RasHangUp(IntPtr hRasConn);

.

Public Shared Function RasHangUp(ByVal hRasConn As IntPtr) As UInt32

.
Documentation
[RasHangUp] on MSDN

 
Access PInvoke.net directly from VS: