NdisCopyFromPacketToPacket copies a specified range of data from one packet to another.
VOID NdisCopyFromPacketToPacket(IN PNDIS_PACKET Destination,
IN UINT DestinationOffset, IN UINT BytesToCopy,
IN PNDIS_PACKET Source, IN UINT SourceOffset,
OUT PUINT BytesCopied);
Header File: | Ndis.h |
Module: | Nk |
Platforms: | |
Versions: | 2.0 and later |
Complete Documentation: | Windows NT Device Driver Kit |