Jump to content

KernCopyOut

From EDM2
Revision as of 05:24, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== APIRET APIENTRY KernCopyOut(PVOID trgt, PVOID src, ULONG size); ==Description== Copy a buffer of kernel data into a user space buffer. ==Parameters== trgt ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.