NdisAllocatePacketPool

NdisAllocatePacketPool allocates and initializes a block of storage for a pool of packet descriptors.

Syntax

VOID NdisAllocatePacketPool(OUT PNDIS_STATUS Status,
OUT PNDIS_HANDLE PoolHandle, IN UINT NumberOfDescriptors,
IN UINT ProtocolReservedLength);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit