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 difference) | 
Revision as of 14:00, 5 July 2017
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