Jump to content

KernCopyInVirt

From EDM2
Revision as of 15:00, 5 July 2017 by Martini (talk | contribs) (Created page with "Copy to Destination Length of byte from Sel:Offset. ==Synopsis== APIRET APIENTRY KernCopyInVirt(void* Destination, uint32_t Offset, uint32_t Sel, uint32_t Length); ==Par...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Copy to Destination Length of byte from Sel:Offset.

Synopsis

APIRET APIENTRY KernCopyInVirt(void* Destination,  uint32_t Offset, uint32_t Sel,  uint32_t Length);

Parameters

Destination
Pointer to a destination
Sel / Offset
sel/offset of a source
Length
amount of bytes to copy