NdisMoveMemory

NdisMoveMemory copies a specified number of bytes from one caller-supplied location to another.

Syntax

VOID NdisMoveMemory(OUT PVOID Destination, IN PVOID Source,
IN ULONG Length);

At a Glance

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