NdisGetPoolFromNetBuffer - NtDoc

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

NDIS_EXPORTED_ROUTINE NDIS_HANDLE NdisGetPoolFromNetBuffer(
  [in] NET_BUFFER const *NetBuffer
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nblapi-ndisgetpoolfromnetbuffer)

NdisGetPoolFromNetBuffer function

Description

Call the NdisGetPoolFromNetBuffer function to get the NET_BUFFER structure pool handle that is associated with a specified NET_BUFFER structure.

Parameters

NetBuffer [in]

A pointer to a previously allocated NET_BUFFER structure.

Return value

NdisGetPoolFromNetBuffer returns a handle to the NET_BUFFER structure pool that is associated with the specified NET_BUFFER structure.

Remarks

The handle that NdisGetPoolFromNetBuffer returns is a required parameter in calls to NDIS functions that manipulate NET_BUFFER structures that are from the associated NET_BUFFER structure pool.

See also

NET_BUFFER