Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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. |
Requirements
| Requirement | Value |
|---|---|
| Header | kdnetpf.h |