// kdnetpf.h
typedef enum _NDIS_KDNET_PF_USAGE_TAG {
NdisKdnetPfUsageUnknown,
NdisKdnetPfUsageKdModule
} NDIS_KDNET_PF_USAGE_TAG, *PNDIS_KDNET_PF_USAGE_TAG;
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_KDNET_PF_USAGE_TAG enumeration defines the PF usage. It is used to indicate the entity that owns the PF. It is used by NDIS_KDNET_QUERY_PF_INFORMATION.
NdisKdnetPfUsageUnknownThe usage is unknown.
NdisKdnetPfUsageKdModuleThe usage is a KdModule.