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_REMOVE_PF structure describes the data required to remove a PF from the BDF port. It is used by OID_KDNET_REMOVE_PF.
Syntax
typedef struct _NDIS_KDNET_REMOVE_PF {
NDIS_OBJECT_HEADER Header;
NDIS_KDNET_BDF Bdf;
ULONG FunctionNumber;
} NDIS_KDNET_REMOVE_PF, *PNDIS_KDNET_REMOVE_PF;
Members
Header
A NDIS_OBJECT_HEADER structure used to package the object type, version, and size information that is required in many NDIS 6.0 structures.
Bdf
The PCI ___location that points to the PF that needs to be removed.
FunctionNumber
The one element containing the removed PF port.
Requirements
Requirement | Value |
---|---|
Header | kdnetpf.h |