// 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 referenceNo description available.
The NDIS_KDNET_PF_STATE enumeration defines the PF state.
NdisKdNetPfStatePrimaryThis is a primary PF and it's usually used only by the miniport driver.
NdisKdnetPfStateEnabledThis is an added secondary PF, that is used by KDNET.
NdisKdnetPfStateConfiguredThis is an added PF, but it is only added/configured and is not used.