Jump to content

KernCopyIn: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
Line 13: Line 13:
Finally, the routine I have waited for for eons...  
Finally, the routine I have waited for for eons...  


[[Category:The OS/2 API Project]]
[[Category:Kern]]

Revision as of 02:51, 10 May 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...