Jump to content

KernCopyOut

From EDM2
Revision as of 03:00, 27 February 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:KEE:KernCopyOut to KernCopyOut)

Synopsis

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

Description

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

Parameters

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