Kung Wu
January 28th, 2000, 10:16 AM
How can I detect an active connection in Windows NT?
|
Click to See Complete Forum and Search --> : How can I detect an active connection in Windows NT? Kung Wu January 28th, 2000, 10:16 AM How can I detect an active connection in Windows NT? MartijnH February 19th, 2000, 04:04 PM Use RasEnumConnections, use the handle(s) you get to: dwRet = RasGetConnectStatus(hRasConn, &rStatus); This way you're SURE the connection returned handle is in fact connected... codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |