Commit c297dd2f authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

iphlpapi: Trace parameters to GetAdaptersAddresses.

parent 8da6bb6f
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment