NdisMSendResourcesAvailable

NdisMSendResourcesAvailable notifies NDIS that a miniport has sufficient internal resources to accept another send request, even though one or more outstanding send packets are pending within the miniport.

Syntax

VOID NdisMSendResourcesAvailable(
IN NDIS_HANDLE
MiniportAdapterHandle);

At a Glance

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