NDIS_KDNET_PF_USAGE_TAG - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

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.

Constants

NdisKdnetPfUsageUnknown

The usage is unknown.

NdisKdnetPfUsageKdModule

The usage is a KdModule.

Remarks

See also

kdnetpf.h

Debugger 2PF KDNET Support