Jump to content

KernCopyIn: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:KEE:KernCopyIn to KernCopyIn
Ak120 (talk | contribs)
mNo edit summary
Line 6: Line 6:


==Parameters==
==Parameters==
 
;trgt:Target buffer address in kernel space.
trgt
;src:Source buffer address in user space.
    Target buffer address in kernel space.  
;size:number of bytes to copy.
src
    Source buffer address in user space.  
size
    number of bytes to copy.  


==Comments==
==Comments==

Revision as of 01:27, 27 February 2017

Synopsis

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

Description

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

Parameters

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

Comments

Finally, the routine I have waited for for eons...