IPenum v1.08

Welcome to IPenum, a freeware C++ class and console application to display the details of all network adapters installed on your computer.

History
Usage
Contacting the Author

 

 

 

History

v1.08 (4 May 2022)

v1.07 (9 March 2020)

v1.06 (19 December 2019)

v1.05 (3 June 2019)

v1.04 (17 October 2018)

v1.03 (27 December 2017)

v1.02 (4 January 2016)

v1.01 (4 January 1999)

v1.0 (21 April 1998)

 

 

 

Usage

To run the IPEnum console application, open a command prompt and simple type IPEnum. It will then display all the details of each network adapter installed on your computer. It does this via the GetAdaptersAddresses API.

To use the C++ class "CIPEnum" in your own code, simply include the IPnum.cpp module in your project and #include the IPenum.h file in whichever of your modules require it. You will then need to instantiate an CIPEnum instance and simply call its Enumerate method. To see this in action, have a look at the code in the module "main.cpp".

 

 

 

Contacting the Author

PJ Naughter
Email: pjna@naughter.com
Web: http://www.naughter.com
4 May 2022