// 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 referenceNo description available.
The PKTMON_COMPONENT_PROPERTY_ID enum defines the various properties that can be set for a component in Packet Monitor.
PktMonCompProp_IfIndexCorresponds to the IfIndex property.
PktMonCompProp_MiniportIfIndexCorresponds to the MiniportIfIndex property.
PktMonCompProp_LowerIfIndexCorresponds to the LowerIfIndex property.
PktMonCompProp_IfGuidCorresponds to the IfGuid property.
PktMonCompProp_NdisMediumCorresponds to the NdisMedium property.
PktMonCompProp_PhysAddressCorresponds to the PhysAddress property.
PktMonCompProp_EtherTypeCorresponds to the EtherType property.
PktMonCompProp_OptDataPathCorresponds to the OptDataPath property.
PktMonCompProp_NdisObjectCorresponds to the NdisObject property.
PktMonCompProp_VMSwitchNameCorresponds to the VMSwitchName property.
PktMonCompProp_VmsExtIfIndexCorresponds to the VmsExtIfIndex property.
PktMonCompProp_LowestIfIndexCorresponds to the LowestIfIndex property.
PktMonCompProp_IpAddressCorresponds to the IpAddress property.
PktMonCompProp_IpIfIndexCorresponds to the IpIfIndex property.
PktMonCompProp_VsidCorresponds to the Vsid property.
PktMonCompProp_VlanCorresponds to the Vlan property.
PktMonCompProp_CompartmentIdCorresponds to the CompartmentId property.
PktMonCompProp_MaxMust be the last field.