NDIS_KDNET_ENUMERATE_PFS structure (kdnetpf.h)

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

Syntax

typedef struct _NDIS_KDNET_ENUMERATE_PFS {
  NDIS_OBJECT_HEADER Header;
  ULONG              ElementSize;
  ULONG              NumberOfElements;
  ULONG              OffsetToFirstElement;
} NDIS_KDNET_ENUMERATE_PFS, *PNDIS_KDNET_ENUMERATE_PFS;

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.

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.

Requirements

Requirement Value
Header kdnetpf.h

See also

kdnetpf.h

Debugger 2PF KDNET Support