#include <NetworkStatus.h>
Public Attributes |
|
DWORD | dropped_packets |
The number of packets dropped due to buffer
overflows. |
|
DWORD | bad_packets |
The number of bad formed packets. |
|
DWORD | tcprequests |
The total number of TCP requests since boot
time. |
|
DWORD | udprequests |
The total number of UDP requests since boot
time. |
|
SYSTEMTIME | boot_time |
The system boot time. |
|
char | reserved [32] |
Reserved for future use. |
DWORD dropped_packets |
The number of packets dropped due to buffer overflows.
DWORD bad_packets |
The number of bad formed packets.
DWORD tcprequests |
The total number of TCP requests since boot time.
DWORD udprequests |
The total number of UDP requests since boot time.
SYSTEMTIME boot_time |
The system boot time.
char reserved[32] |
Reserved for future use.