MIB_IPFORWARDROW (Structures)
Last changed: -94.166.84.224

.
Summary
The MIB_IPFORWARDROW structure contains information that describes an IP network route.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct MIB_IPFORWARDROW
{
  public UInt32 dwForwardDest;
  public UInt32 dwForwardMask;
  public UInt32 dwForwardPolicy;
  public UInt32 dwForwardNextHop;
  public UInt32 dwForwardIfIndex;
  public UInt32 dwForwardType;
  public UInt32 dwForwardProto;
  public UInt32 dwForwardAge;
  public UInt32 dwForwardNextHopAS;
  public UInt32 dwForwardMetric1;
  public UInt32 dwForwardMetric2;
  public UInt32 dwForwardMetric3;
  public UInt32 dwForwardMetric4;
  public UInt32 dwForwardMetric5;
}

VB Definition:

Structure MIB_IPFORWARDROW
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation