PKTMON_COMPONENT_PROPERTY_ID - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pktmondefk.h

typedef enum _PKTMON_COMPONENT_PROPERTY_ID {
  PktMonCompProp_IfIndex,
  PktMonCompProp_MiniportIfIndex,
  PktMonCompProp_LowerIfIndex,
  PktMonCompProp_IfGuid,
  PktMonCompProp_NdisMedium,
  PktMonCompProp_PhysAddress,
  PktMonCompProp_EtherType,
  PktMonCompProp_OptDataPath,
  PktMonCompProp_NdisObject,
  PktMonCompProp_VMSwitchName,
  PktMonCompProp_VmsExtIfIndex,
  PktMonCompProp_LowestIfIndex,
  PktMonCompProp_IpAddress,
  PktMonCompProp_IpIfIndex,
  PktMonCompProp_Vsid,
  PktMonCompProp_Vlan,
  PktMonCompProp_CompartmentId,
  PktMonCompProp_Max
} PKTMON_COMPONENT_PROPERTY_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pktmondefk-pktmon_component_property_id)

Description

The PKTMON_COMPONENT_PROPERTY_ID enum defines the various properties that can be set for a component in Packet Monitor.

Constants

PktMonCompProp_IfIndex

Corresponds to the IfIndex property.

PktMonCompProp_MiniportIfIndex

Corresponds to the MiniportIfIndex property.

PktMonCompProp_LowerIfIndex

Corresponds to the LowerIfIndex property.

PktMonCompProp_IfGuid

Corresponds to the IfGuid property.

PktMonCompProp_NdisMedium

Corresponds to the NdisMedium property.

PktMonCompProp_PhysAddress

Corresponds to the PhysAddress property.

PktMonCompProp_EtherType

Corresponds to the EtherType property.

PktMonCompProp_OptDataPath

Corresponds to the OptDataPath property.

PktMonCompProp_NdisObject

Corresponds to the NdisObject property.

PktMonCompProp_VMSwitchName

Corresponds to the VMSwitchName property.

PktMonCompProp_VmsExtIfIndex

Corresponds to the VmsExtIfIndex property.

PktMonCompProp_LowestIfIndex

Corresponds to the LowestIfIndex property.

PktMonCompProp_IpAddress

Corresponds to the IpAddress property.

PktMonCompProp_IpIfIndex

Corresponds to the IpIfIndex property.

PktMonCompProp_Vsid

Corresponds to the Vsid property.

PktMonCompProp_Vlan

Corresponds to the Vlan property.

PktMonCompProp_CompartmentId

Corresponds to the CompartmentId property.

PktMonCompProp_Max

Must be the last field.

Remarks

See also