Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8053217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:46:35+00:00 2026-06-05T07:46:35+00:00

In C++ with .NET, I’m trying to get the IP address or interface name

  • 0

In C++ with .NET, I’m trying to get the IP address or interface name of a RASCONN that I just connected with RasDial (I have the HRASCONN pointer). I’m finding the MSDN API confusing and after hours searching I can’t find the right calls (but it seems like they must exist).

In case there’s a better way to do this, the goal here is to have some unique identifer so that when I later call NetworkInterface.GetAllNetworkInterfaces() in my managing C#, I can pick out the right connection.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T07:46:36+00:00Added an answer on June 5, 2026 at 7:46 am

    You’ll need to look at the RasGetProjectionInfo function and use the HRASCONN pointer that you retrieved earlier. RASP_PppIp should be rasprojection value passed in to get the RASPPPIP struct which contains your IP address. I’d post some C++ code for you to use, but that’s not my best language and don’t want to embarass myself.

    Here’s some helpful links to assist you:

    RasGetProjectionInfo: http://msdn.microsoft.com/en-us/library/aa377548(v=vs.85).aspx

    RASPPPIP: http://msdn.microsoft.com/en-us/library/aa377634(v=vs.85).aspx

    Since it appears part of your application is using C# you may want to consider using the DotRas project on CodePlex. It’s a C# based wrapper around the entire RAS API. To get the PPP information from DotRas you would need to:

    using DotRas;
    
    var conn = RasConnection.GetActiveConnections().Where(c => c.EntryName == "Your Entry").FirstOrDefault();
    RasPppIp ipInfo = conn.GetProjectionInfo(RasProjectionType.IP);
    

    From here you can access the ipInfo.IPAddress property to get at the information you want.

    Here’s the link to DotRas: https://github.com/winnster/DotRas

    Hope that helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

net ajax app. I have one modelpopup that shows a IFrame and inside Iframe
.NET 4, I have public class Humi { public int huKey { get; set;
( .NET 2.0, System.Windows.FormsDataGridView and DataTable ) I have 1 datagrid connected to 1
.NET we have primitive datatypes like int and value types like struct. And also
.NET framework 3.5 introduces Action and Func<> predefined delegate types that are very handy.
.NET provides EventLog class that be able to write application event information to a
NET MVC 1.0. I use ViewData[DeptID] = new SelectList(DeptID, ID, Name, course.DeptID); where I
.NET newbie alert Using Visual C# 2008 Express Edition I have accidentally created a
.Net framework contains a great class named Convert that allows conversion between simple types,
.NET 4, EF 4 I have two related entities, Order and OrderLine. Order contains

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.