https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fbdfe7bd4067b2ea83033…
commit fbdfe7bd4067b2ea83033a0080cecd214c51437a
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Sat Nov 24 21:30:28 2018 +0100
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Sat Nov 24 21:41:10 2018 +0100
[SDK] Add GetExtendedUdpTable()
---
sdk/include/psdk/iphlpapi.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdk/include/psdk/iphlpapi.h b/sdk/include/psdk/iphlpapi.h
index c6ce686047..a31ecf228f 100644
--- 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);