NDIS_KDNET_ADD_PF - NtDoc

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

typedef struct _NDIS_KDNET_ADD_PF {
  NDIS_OBJECT_HEADER Header;
  ULONG              AddedFunctionNumber;
} NDIS_KDNET_ADD_PF, *PNDIS_KDNET_ADD_PF;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-kdnetpf-ndis_kdnet_add_pf)

Description

The NDIS_KDNET_ADD_PF structure describes the data required to add a PF to the BDF port. It is used by OID_KDNET_ADD_PF.

Members

A NDIS_OBJECT_HEADER structure used to package the object type, version, and size information that is required in many NDIS 6.0 structures.

AddedFunctionNumber

One element containing the added PF port number.

Remarks

See also

kdnetpf.h

Debugger 2PF KDNET Support