Re: WAN IP adress

From: Victor Bazarov (v.Abazarov_at_comAcast.net)
Date: 03/14/05

  • Next message: Rolf Magnus: "Re: when to use uint? dis/advantages?"
    Date: Mon, 14 Mar 2005 09:31:42 -0500
    
    

    nati wrote:
    > I would like to known my WAN IP adress. What is the API I must use to
    > do that ?

    Probably some kind of OS-specific API. You can learn about it by reading
    the programming manual for your OS or by asking in a newsgroup dedicated
    to your OS. Try comp.os.<your-os-name-here>.programmer.

    V


  • Next message: Rolf Magnus: "Re: when to use uint? dis/advantages?"

    Relevant Pages

    • Re: LAN connection
      ... Look at winsock functions ... >I would like to create a LAN connection? ... Is there an API to do this? ...
      (microsoft.public.win32.programmer.networks)
    • Re: How can I get ip adress of local computer?
      ... > How can I get ip adress of local computer? ... Have a look at the GetAdaptersInfo() API call. ...
      (microsoft.public.vb.winapi)