@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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 !!!!C# Signature: [DllImport("rasapi32.dll", SetLastError=true)] static extern uint RasHangUp(IntPtr hRasConn); !!!!VB Signature: <DllImport("rasapi32.dll", CharSet:=CharSet:=Auto)> _ Public Shared Function RasHangUp(ByVal hRasConn As IntPtr) As UInt32 End Function !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: http://www.codeplex.com/DotRas Documentation: RasHangUp@msdn on MSDN
Edit rasapi32.RasHangUp
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.