MIB_UDPSTATS (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.