NdisCopyFromPacketToPacket

NdisCopyFromPacketToPacket copies a specified range of data from one packet to another.

Syntax

VOID NdisCopyFromPacketToPacket(IN PNDIS_PACKET Destination,
IN UINT DestinationOffset, IN UINT BytesToCopy,
IN PNDIS_PACKET Source, IN UINT SourceOffset,
OUT PUINT BytesCopied);

At a Glance

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