CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    14

    How can I detect an active connection in Windows NT?

    How can I detect an active connection in Windows NT?


  2. #2
    Join Date
    Feb 2000
    Location
    Netherlands
    Posts
    22

    Re: 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...


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured