2.2.1.2.13 PROTOCOL_METRIC

The PROTOCOL_METRIC structure MAY<29> be used to specify the metric of a protocol in PRIORITY_INFO (section 2.2.1.2.12) structure.

 typedef struct _PROTOCOL_METRIC {
   IN OUT DWORD dwProtocolId;
   IN OUT DWORD dwMetric;
 } PROTOCOL_METRIC,
  *PPROTOCOL_METRIC;

dwProtocolId: The protocol ID. This SHOULD be one of the values specified in the MIB_IPFORWARD_PROTO structure (section 2.2.1.1.9 ).<30>

dwMetric: The metric for dwProtocolId.