NDIS_PACKET_STACK structure

Note   NDIS 5. x has been deprecated and is superseded by NDIS 6. x. For new NDIS driver development, see Network Drivers Starting with Windows Vista. For information about porting NDIS 5. x drivers to NDIS 6. x, see Porting NDIS 5.x Drivers to NDIS 6.0.

A descriptor for the current stack in a packet. For more information, see Intermediate Driver Packet Management (NDIS 5.1).

Syntax

typedef struct _NDIS_PACKET_STACK {
  ULONG_PTR IMReserved[2];
  ULONG_PTR NdisReserved[4];
} NDIS_PACKET_STACK, *PNDIS_PACKET_STACK;

Members

  • IMReserved
    An array of two pointers that the caller of the NdisIMGetCurrentPacketStack function can use.

  • NdisReserved
    An array of pointers reserved for internal NDIS use.

Requirements

Version

Not supported for NDIS 6.0 drivers in Windows Vista. Supported for NDIS 5.1 drivers in Windows Vista and Windows XP.

Header

Ndis.h (include Ndis.h)

 

 

Send comments about this topic to Microsoft