How can I detect an active connection in Windows NT?
Printable View
How can I detect an active connection in Windows NT?
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...