Copy data from DOS memory to the heap.
Source position: go32.pp line 195
| const dosmemget: procedure( = @ dpmi_dosmemget; | 
| seg: Word; | 
| ofs: Word; | 
| var data; | 
| count: LongInt | 
| ) | 
Copies data from the dos memory onto the heap.
Parameters:
Notes: No range checking is performed.
For an example, see global_dos_alloc.
None.
| 
 | Copy data from the heap to DOS real mode memory. | |
| 
 | Move data between 2 DOS real mode memory locations. | |
| 
 | Fill a region of DOS memory with a specific byte-sized value. | |
| 
 | Fill a region of DOS memory with a specific word-sized value. | |
| 
 | Move data between 2 locations. | |
| 
 | Fill segment with byte value. | |
| 
 | Fill segment with word value. |