KernCopyOut

From EDM2
Jump to: navigation, search

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

Synopsis

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

Parameters

trgt
Target buffer in user space.
src
Source buffer in kernel space.
size
number of bytes to copy.