KernCopyIn: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
;trgt:Target buffer address in kernel space. | ;trgt ([[PVOID]]) - input:Target buffer address in kernel space. | ||
;src:Source buffer address in user space. | ;src ([[PVOID]]) - input:Source buffer address in user space. | ||
;size:number of bytes to copy. | ;size ([[ULONG]]) - input:number of bytes to copy. | ||
[[Category:KEE]] | [[Category:KEE]] |
Revision as of 03:12, 28 May 2025
Copy a buffer of user space data into a kernel buffer.
Synopsis
APIRET APIENTRY KernCopyIn(PVOID trgt, PVOID src, ULONG size);