Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains statistics for the User Datagram Protocol (UDP) running on the local computer.
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
OS Versions: Windows CE 3.0 and later.
Header: Iprtrmib.h.
See Also
IP Helper Structures | GetUdpStatistics
Send Feedback on this topic to the authors