Jump to content

KernCopyIn

From EDM2

Copy a buffer of user space data into a kernel buffer.

Synopsis

APIRET APIENTRY KernCopyIn(PVOID trgt, PVOID src, ULONG size);

Parameters

trgt (PVOID) - input
Target buffer address in kernel space.
src (PVOID) - input
Source buffer address in user space.
size (ULONG) - input
Number of bytes to copy.