次の方法で共有


MIB_IPPATH_TABLE (Compact 2013)

3/26/2014

This structure contains a table of IP path entries.

Syntax

typedef struct _MIB_IPPATH_TABLE {
  ULONG NumEntries;
  MIB_IPPATH_ROW Table[ANY_SIZE];
} MIB_IPPATH_TABLE,
  *PMIB_IPPATH_TABLE;

Members

  • NumEntries
    A value that specifies the number of IP path entries in the array.
  • Table
    An array of MIB_IPPATH_ROW structures that contain IP path entries.

Remarks

The GetIpPathTable function enumerates the IP path entries on a local system and returns this information in a MIB_IPPATH_TABLE structure. The FlushIpPathTable function flushes the IP path table entries on a local system.

The GetIpPathEntry function retrieves a single IP path entry and returns this information in a MIB_IPPATH_ROW structure.

The MIB_IPPATH_TABLE structure can contain padding for alignment between the NumEntries member and the first MIB_IPPATH_ROW array entry in the Table member. Padding for alignment can also be present between the MIB_IPPATH_ROW array entries in the Table member. Any access to a MIB_IPPATH_ROW array entry should assume padding exists.

Requirements

Header

ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures
FlushIpPathTable
GetIpPathEntry
GetIpPathTable
MIB_IPPATH_ROW