NDIS_KDNET_PF_STATE - NtDoc

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

typedef enum _NDIS_KDNET_PF_STATE {
  NdisKdNetPfStatePrimary,
  NdisKdnetPfStateEnabled,
  NdisKdnetPfStateConfigured
} NDIS_KDNET_PF_STATE, *PNDIS_KDNET_PF_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-kdnetpf-ndis_kdnet_pf_state)

Description

The NDIS_KDNET_PF_STATE enumeration defines the 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.

Remarks

See also

kdnetpf.h

Debugger 2PF KDNET Support