projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
370b03b
)
[SDK] Add GetExtendedUdpTable()
author
Pierre Schweitzer
<pierre@reactos.org>
Sat, 24 Nov 2018 20:30:28 +0000
(21:30 +0100)
committer
Pierre Schweitzer
<pierre@reactos.org>
Sat, 24 Nov 2018 20:41:10 +0000
(21:41 +0100)
sdk/include/psdk/iphlpapi.h
patch
|
blob
|
history
diff --git
a/sdk/include/psdk/iphlpapi.h
b/sdk/include/psdk/iphlpapi.h
index
c6ce686
..
a31ecf2
100644
(file)
--- a/
sdk/include/psdk/iphlpapi.h
+++ b/
sdk/include/psdk/iphlpapi.h
@@
-27,6
+27,7
@@
DWORD WINAPI GetAdaptersInfo(PIP_ADAPTER_INFO,PULONG);
DWORD WINAPI GetBestInterface(IPAddr,PDWORD);
DWORD WINAPI GetBestRoute(DWORD,DWORD,PMIB_IPFORWARDROW);
DWORD WINAPI GetExtendedTcpTable(PVOID,PDWORD,BOOL,ULONG,TCP_TABLE_CLASS,ULONG);
+DWORD WINAPI GetExtendedUdpTable(PVOID,PDWORD,BOOL,ULONG,UDP_TABLE_CLASS,ULONG);
DWORD WINAPI GetFriendlyIfIndex(DWORD);
DWORD WINAPI GetIcmpStatistics(PMIB_ICMP);
DWORD WINAPI GetIfEntry(PMIB_IFROW);