NDIS_SET_PACKET_STATUS

NDIS_SET_PACKET_STATUS sets the Status value in the out-of-band data block associated with a given packet descriptor just before a driver calls NdisMIndicateReceivePacket or before a driver's MiniportSendPackets function returns control.

Syntax

NDIS_SET_PACKET_STATUS(IN PNDIS_PACKET Packet,
IN NDIS_STATUS
Status);

At a Glance

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