.
C# Signature:
[DllImport("wininet.dll", SetLastError=true)]
extern static int InternetHangUp(int Connection, int ReservedValue);
VB Signature:
Declare Function InternetHangUp Lib "wininet.dll" (TODO) As TODO
User-Defined Types:
None.
Notes:
No.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
You can use the InternetHangUp function to instruct the modem to end the connection that the Connection parameter specifies.
3/16/2007 8:34:53 AM - -82.127.73.39