You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shaswata Das
5c6fe3db62
|
4 years ago | |
---|---|---|
.. | ||
ia64 | 4 years ago | |
calltree.txt | 4 years ago | |
compare.c | 4 years ago | |
compare.h | 4 years ago | |
defs.h | 4 years ago | |
error.c | 4 years ago | |
extapi.c | 4 years ago | |
fltapis.cxx | 4 years ago | |
fltapis.hxx | 4 years ago | |
fltclass.cxx | 4 years ago | |
globals.h | 4 years ago | |
guid.c | 4 years ago | |
guid.h | 4 years ago | |
icmp.c | 4 years ago | |
inc.h | 4 years ago | |
internal.c | 4 years ago | |
iphlpapi.c | 4 years ago | |
iphlpapi.def | 4 years ago | |
iphlpapi.rc | 4 years ago | |
lanmap.c | 4 years ago | |
lanmap.h | 4 years ago | |
localmsg.mc | 4 years ago | |
makefile | 4 years ago | |
makefile.inc | 4 years ago | |
map.c | 4 years ago | |
map.h | 4 years ago | |
mscapis.cxx | 4 years ago | |
namemap.c | 4 years ago | |
namemap.h | 4 years ago | |
primitive__iphlpapi.dll_{1e8b3fa9-667e-48aa-9e3a-ccdcf7fc6340}.sld | 4 years ago | |
rasmap.c | 4 years ago | |
rasmap.h | 4 years ago | |
readme | 4 years ago | |
rfc1213.txt | 4 years ago | |
sources | 4 years ago | |
stack.c | 4 years ago | |
stackex.c | 4 years ago | |
strdefs.h | 4 years ago | |
vxd32.h | 4 years ago |
readme
SYNOPSIS: Provides direct access to tcpip.sys (NT50) and vtcp.vxd/vip.vxd (Memphis/Win95)
Builds: iphlpapi.dll
SET BLD_FOR_NT4=1 to build for NT 4.0
SET BLD_FOR_WIN95=1 to build for Win95.
SET BLD_FOR_MEMPHIS=1 to build for memphis, else NT.
Also, for Memphis and Win95
SET ROOT to be the root of your Memphis enlistment. (It looks for some header files there).
Can't have one dll, as some structs have ifdefs in them.
See: public\sdk\inc\iprtrmib.h for all mib struct defns.
Make sure you don't have a dup/different/older header in:
net\routing\inc\
Chicago:
We use Wsock32:WsControl to reach the stack in some cases.
For other cases we open the handle to VIP.vxd and call IOCTL directly.
- MohsinA, 10-Jul-97.
- Modified by VishalJ 11/12
1/7/98