Copy data from the heap to DOS real mode memory.
Source position: go32.pp line 194
const dosmemput: procedure( = @ dpmi_dosmemput; |
seg: Word; |
ofs: Word; |
var data; |
count: LongInt |
) |
Copies heap data to dos real mode memory.
Parameters:
Notes: No range checking is performed.
For an example, see global_dos_alloc.
None.
|
Copy data from DOS memory to the heap. |
|
|
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. |