This function notifies NDIS that an array of received packets is available to be forwarded to the appropriate bound protocol driver(s).Copy VOID NdisMIndicateReceivePacket( IN NDIS_HANDLE MiniportAdapterHandle, IN PPNDIS_PACKET ReceivePackets, IN UINT NumberOfPackets ); ...