NDIS_KDNET_PF_STATE enumeration (kdnetpf.h)

The NDIS_KDNET_PF_STATE enumeration defines the PF state.

Syntax

typedef enum _NDIS_KDNET_PF_STATE {
  NdisKdNetPfStatePrimary,
  NdisKdnetPfStateEnabled,
  NdisKdnetPfStateConfigured
} NDIS_KDNET_PF_STATE, *PNDIS_KDNET_PF_STATE;

Constants

 
NdisKdNetPfStatePrimary
This is a primary PF and it's usually used only by the miniport driver.
NdisKdnetPfStateEnabled
This is an added secondary PF, that is used by KDNET.
NdisKdnetPfStateConfigured
This is an added PF, but it is only added/configured and is not used.

Requirements

Requirement Value
Header kdnetpf.h

See also

kdnetpf.h

Debugger 2PF KDNET Support