Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d2581e62
Commit
d2581e62
authored
Apr 27, 2012
by
André Hentschel
Committed by
Alexandre Julliard
Apr 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iphlpapi/tests: Add simple tests for the Get*StatisticsEx functions.
parent
50e7090a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
iphlpapi.c
dlls/iphlpapi/tests/iphlpapi.c
+0
-0
ipmib.h
include/ipmib.h
+13
-0
No files found.
dlls/iphlpapi/tests/iphlpapi.c
View file @
d2581e62
This diff is collapsed.
Click to expand it.
include/ipmib.h
View file @
d2581e62
...
...
@@ -192,4 +192,17 @@ typedef struct _MIB_ICMP
MIBICMPINFO
stats
;
}
MIB_ICMP
,
*
PMIB_ICMP
;
typedef
struct
_MIBICMPSTATS_EX
{
DWORD
dwMsgs
;
DWORD
dwErrors
;
DWORD
rgdwTypeCount
[
256
];
}
MIBICMPSTATS_EX
,
*
PMIBICMPSTATS_EX
;
typedef
struct
_MIB_ICMP_EX
{
MIBICMPSTATS_EX
icmpInStats
;
MIBICMPSTATS_EX
icmpOutStats
;
}
MIB_ICMP_EX
,
*
PMIB_ICMP_EX
;
#endif
/* __WINE_IPMIB_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment