NDIS_KDNET_ENUMERATE_PFS - NtDoc

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

typedef struct _NDIS_KDNET_ENUMERATE_PFS {
  NDIS_OBJECT_HEADER Header;
  ULONG              ElementSize;
  ULONG              NumberOfElements;
  ULONG              OffsetToFirstElement;
} NDIS_KDNET_ENUMERATE_PFS, *PNDIS_KDNET_ENUMERATE_PFS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The NDIS_KDNET_ENUMERATE_PFS structure describes the data required to enumerate the list of PF. It is used by OID_KDNET_ENUMERATE_PFS.

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.

ElementSize

The size of each element is the sizeof(NDIS_KDNET_PF_ENUM_ELEMENT).

NumberOfElements

The number of elements in the returned array.

OffsetToFirstElement

Offset value to the first element of the returned array. Each array element is defined by NDIS_KDNET_PF_ENUM_ELEMENT.

Remarks

See also

kdnetpf.h

Debugger 2PF KDNET Support