NdisAllocatePacketPool allocates and initializes a block of storage for a pool of packet descriptors.
VOID NdisAllocatePacketPool(OUT PNDIS_STATUS Status,
OUT PNDIS_HANDLE PoolHandle, IN UINT NumberOfDescriptors,
IN UINT ProtocolReservedLength);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |