ReadPhysicalMemory Method
Previous  Top  Next

procedure   ReadPhysicalMemory( PhysAddr: Longword; Offset: LongWord; Counter: Longword; Buffer: Pointer);  



Reads array of bytes from the physical memory.

PhysAddr - base physical address of memory,  
Offset   - specifies the byte offset in the memory where the read operation begins,  
Counter  - specifies the number of bytes to be read into the buffer,  
Buffer   - points to a buffer into which an array of byte values is read.