Introduction - If you have any usage issues, please Google them yourself
IPEnum v1.01 an MFC class and console app. to allow enumeration of IP addresses. To run the IPEnum console application, open a command prompt and simple type IPEnum. To use the MFC class "CIPEnum" in your own code, all you need to do is derive your own class from it and override the pure virtual function "EnumCallbackFunction". The enclosed zip file contains the IPEnum source code and a simple console based application which displays the IP addresses.