28 Aug
2025
28 Aug
'25
7:44 a.m.
Huw Davies (@huw) commented about dlls/iphlpapi/iphlpapi_main.c:
return ERROR_NOT_SUPPORTED; }
+/****************************************************************** + * SetPerTcp6ConnectionEStats (IPHLPAPI.@) + */ +DWORD WINAPI SetPerTcp6ConnectionEStats(MIB_TCP6ROW *row, TCP_ESTATS_TYPE state, BYTE *rw, + ULONG version, ULONG size, ULONG offset) +{ + FIXME("(row %p, state %d, rw %p, version %lu, size %lu, offset %lu): stub\n", + row, state, rw, version, size, offset); + return ERROR_NOT_SUPPORTED; ...and let's use 4-space indents for the function body.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8838#note_114066