mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
18 lines
311 B
Modula-2
18 lines
311 B
Modula-2
; IPHLPAPI.DLL - ReactOS Sockets 2 IP Helper API DLL
|
|
|
|
LIBRARY iphlpapi.dll
|
|
|
|
EXPORTS
|
|
AddIPAddress @1
|
|
SetIpNetEntry @107
|
|
CreateIpForwardEntry @9
|
|
GetNetworkParams @43
|
|
GetNumberOfInterfaces @44
|
|
GetInterfaceInfo @34
|
|
GetTcpStatistics @47
|
|
GetTcpTable @49
|
|
GetUdpStatistics @51
|
|
GetUdpTable @53
|
|
FlushIpNetTable @17
|
|
; EOF
|