Jump to content

KernCopyIn

From EDM2
Revision as of 03:12, 28 May 2025 by Martini (talk | contribs)

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.