MIB_UDPSTATS (Windows Embedded CE 6.0)
1/6/2010
This structure contains statistics for the User Datagram Protocol (UDP) running on the local computer.
Syntax
typedef struct _MIB_UDPSTATS {
DWORD dwInDatagrams;
DWORD dwNoPorts;
DWORD dwInErrors;
DWORD dwOutDatagrams;
DWORD dwNumAddrs;
} MIB_UDPSTATS, *PMIB_UDPSTATS;
Members
- dwInDatagrams
The number of datagrams received.
- dwNoPorts
The number of received datagrams that were discarded because the port specified was invalid.
- dwInErrors
The number of erroneous datagrams that were received. This number does not include the value contained by the dwNoPorts member.
- dwOutDatagrams
The number of datagrams transmitted.
- dwNumAddrs
The number of entries in the UDP listener table.
Requirements
Header | iprtrmib.h |
Windows Embedded CE | Windows CE 3.0 and later |