NetExtensionGetData - NtDoc

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

void * NetExtensionGetData(
  NET_EXTENSION const *Extension,
  UINT32              Index
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-extension-netextensiongetdata)

NetExtensionGetData function

Description

The NetExtensionGetData function retrieves packet extension data for a net packet.

Parameters

Extension

A pointer to a NET_EXTENSION structure that describes the requested extension information for this packet queue.

Index

The index in the packet ring for the target NET_PACKET.

Return value

Returns a pointer to the structure that holds the extension information for this packet.

Remarks

Client drivers should not call this function directly. Instead, they should call the appropriate wrapper function for the type of extension they are getting:

-see-aextension

Packet descriptors and extensions

Transmit and receive queues

NetExtensionGetPacketChecksum

NetExtensionGetPacketGso

NetExtensionGetPacketRsc