commit | 18ba68ea629f98c6afdc73c4baec0003f1c11ec6 | [log] [tgz] |
---|---|---|
author | Hans Leidekker <hans@codeweavers.com> | Fri Sep 07 13:35:36 2012 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Sep 07 16:40:31 2012 +0200 |
tree | b9618b0f6916eb5c6984b5ca39802806480dedd1 | |
parent | bde5156876bc9c2255f3f98bdef81840c057ffb7 [diff] [blame] |
iphlpapi: Implement GetExtendedUdpTable.
diff --git a/include/iprtrmib.h b/include/iprtrmib.h index 3d4e65e..977b117 100644 --- a/include/iprtrmib.h +++ b/include/iprtrmib.h
@@ -38,4 +38,11 @@ TCP_TABLE_OWNER_MODULE_ALL } TCP_TABLE_CLASS, *PTCP_TABLE_CLASS; +typedef enum _UDP_TABLE_CLASS +{ + UDP_TABLE_BASIC, + UDP_TABLE_OWNER_PID, + UDP_TABLE_OWNER_MODULE +} UDP_TABLE_CLASS, *PUDP_TABLE_CLASS; + #endif /* WINE_IPRTRMIB_H__ */