Howto get IP address for a given adapter Home › Forums › Discussions › Support › Howto get IP address for a given adapter This topic has 2 replies, 2 voices, and was last updated 20 years, 7 months ago by glandegrande. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 15, 2004 at 10:19 am #5631 Vadim SmirnovKeymaster The only documented way is IP Helper API. September 15, 2004 at 5:47 pm #5632 glandegrandeParticipant Thank you, SerpentFly. That was fast. printf("Adapter Name: %sn", pAdapter->AdapterName); printf("Adapter Desc: %sn", pAdapter->Description); printf("Adapter Addr: %ldn", pAdapter->Address); printf("IP Address: %sn", pAdapter->IpAddressList.IpAddress.String); printf("IP Mask: %sn", pAdapter->IpAddressList.IpMask.String); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In