Add missing comment to AllocateAndGetTcpExTableFromStack patch.

This commit is contained in:
Erich E. Hoover 2014-07-26 13:15:00 -06:00
parent 9032f33a16
commit 5ea2e4b5e2

View File

@ -1,4 +1,4 @@
From 1b79f1bc06ec42137a91e30e6543835b6b081250 Mon Sep 17 00:00:00 2001
From f6de001c5e6c579b55d361cb6191fe0419767c65 Mon Sep 17 00:00:00 2001
From: "Erich E. Hoover" <erich.e.hoover@gmail.com>
Date: Sat, 26 Jul 2014 12:31:50 -0600
Subject: iphlpapi: Implement AllocateAndGetTcpExTableFromStack.
@ -23,7 +23,7 @@ index 36ba13f..4f56e23 100644
@ stdcall AllocateAndGetUdpTableFromStack( ptr long long long )
@ stdcall CancelIPChangeNotify( ptr )
diff --git a/dlls/iphlpapi/ipstats.c b/dlls/iphlpapi/ipstats.c
index 3ff30f3..cf42ee9 100644
index 3ff30f3..b94ff5d 100644
--- a/dlls/iphlpapi/ipstats.c
+++ b/dlls/iphlpapi/ipstats.c
@@ -2327,6 +2327,40 @@ DWORD WINAPI AllocateAndGetTcpTableFromStack( PMIB_TCPTABLE *ppTcpTable, BOOL bO
@ -42,7 +42,7 @@ index 3ff30f3..cf42ee9 100644
+ * bOrder [In] whether to sort the table
+ * heap [In] heap from which the table is allocated
+ * flags [In] flags to HeapAlloc
+ * family [In]
+ * family [In] address family [AF_INET|AF_INET6]
+ *
+ * RETURNS
+ * ERROR_INVALID_PARAMETER if ppTcpTable is NULL, whatever GetTcpTable()