MIB_UDPTABLE (Windows CE 5.0)

Send Feedback

This structure contains a table of MIB_UDPROW structures.

typedef struct _MIB_UDPTABLE {DWORD dwNumEntries;MIB_UDPROWtable[ANY_SIZE];} MIB_UDPTABLE,*PMIB_UDPTABLE;

Members

  • dwNumEntries
    The number of entries in the table.
  • table
    Pointer to an array of MIB_UDPROW structures.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Iprtrmib.h.

See Also

IP Helper Structures | GetUdpTable

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.