Jump to content

KernCopyOut: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:KEE:KernCopyOut to KernCopyOut
No edit summary
Line 10: Line 10:
;size:number of bytes to copy.  
;size:number of bytes to copy.  


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

Revision as of 02:51, 10 May 2017

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.