![]() |
General Programming »
Internet / Network »
General
Intermediate
IPEnum v1.01 - IP Address EnumerationBy PJ NaughterAn MFC class to allow enumeration of IP addresses. |
VC6, MFC, Dev
|
|
Advanced Search Add to IE Search |
|
|
|
||||||||||||||||
Welcome to IPENUM, a freeware MFC class and console
application to allow enumeration of the IP addresses a machine possesses.
| History |
| Usage |
| Contacting the Author |
History
V1.0 (21th April 1998)
V1.01 (4th January 1999)
IPENUM now uses MFC DLL and C Runtime DLL's instead of statically linking.
This means that the IPENUM executable requires these files to be installed.
If you haven't already got the MFC 4.2b DLLs on your machine (MFC42.DLL in your Windows
system directory), then grab them from Microsoft's web site at
http://activex.microsoft.com/controls/vc/mfc42.cab.
Usage
To run the IPEnu console application, open a command prompt and simple type
IPEnum. It will then display all the IP addresses which the
To use the MFC class CIPEnum in your own code, simply include the
ipenum.cpp module in your project and #include ipenum.h file in whichever
of your modules require it. You will then need to derive your own class from CIPEnum
and override the pure virtual function EnumCallbackFunction(). Further information
about this function is included below. To see this in action, have a look at the
CMyIPEnum in the module main.cpp.
Return Value:
TRUE if the the enumeration of the IP addresses should continue, FALSE to stop enumeration.
Parameters:
Contacting the Author
PJ Naughter
Email: pjn@indigo.ie
Web: http://www.naughter.com
4th January 1999
General
News
Question
Answer
Joke
Rant
Admin
|
PermaLink |
Privacy |
Terms of Use
Last Updated: 3 Mar 2000 Editor: Valerie Bradley |
Copyright 2000 by PJ Naughter Everything else Copyright © CodeProject, 1999-2009 Web22 | Advertise on the Code Project |