[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Fill a region of DOS memory with a specific word-sized value
Source position: go32.pp line 194
const dosmemfillword: procedure( = @dpmi_dosmemfillword; |
seg: Word; |
ofs: Word; |
count: LongInt; |
w: Word |
) |
Sets a region of dos memory to a specific word value.
Parameters:
Notes: No range check is performed.
None.
|
Copy data from the heap to DOS real mode memory |
|
|
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 |
|
|
Move data between 2 locations |
|
|
Fill segment with byte value |
|
|
Fill segment with word value |