Jump to content

KernCopyIn

From EDM2
Revision as of 23:07, 9 June 2017 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
Target buffer address in kernel space.
src
Source buffer address in user space.
size
number of bytes to copy.