Juan Lang : iphlpapi: Trace parameters to GetAdaptersAddresses.

Alexandre Julliard julliard at winehq.org
Fri Sep 24 11:43:43 CDT 2010


Module: wine
Branch: master
Commit: c297dd2facb799b0959f38c0b59a907569ae34da
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c297dd2facb799b0959f38c0b59a907569ae34da

Author: Juan Lang <juan.lang at gmail.com>
Date:   Thu Sep 16 14:04:02 2010 -0700

iphlpapi: Trace parameters to GetAdaptersAddresses.

---

 dlls/iphlpapi/iphlpapi_main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/iphlpapi/iphlpapi_main.c b/dlls/iphlpapi/iphlpapi_main.c
index 88b699b..90101f7 100644
--- a/dlls/iphlpapi/iphlpapi_main.c
+++ b/dlls/iphlpapi/iphlpapi_main.c
@@ -927,6 +927,8 @@ ULONG WINAPI GetAdaptersAddresses(ULONG family, ULONG flags, PVOID reserved,
     InterfaceIndexTable *table;
     ULONG i, size, total_size, ret = ERROR_NO_DATA;
 
+    TRACE("(%d, %08x, %p, %p, %p)\n", family, flags, reserved, aa, buflen);
+
     if (!buflen) return ERROR_INVALID_PARAMETER;
 
     table = getInterfaceIndexTable();




More information about the wine-cvs mailing list