KernCopyInVirt: Difference between revisions
Appearance
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..." |
No edit summary |
||
Line 1: | Line 1: | ||
Copy to Destination Length of byte from Sel:Offset. | Copy to Destination Length of byte from Sel:Offset. | ||
== | ==Syntax== | ||
APIRET APIENTRY KernCopyInVirt(void* Destination, uint32_t Offset, uint32_t Sel, uint32_t Length); | APIRET APIENTRY KernCopyInVirt(void* Destination, uint32_t Offset, uint32_t Sel, uint32_t Length); | ||
Latest revision as of 17:28, 4 December 2017
Copy to Destination Length of byte from Sel:Offset.
Syntax
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