[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Move data from DOS memory to DPMI memory
Source position: go32.pp line 179
procedure dpmi_dosmemget( |
seg: Word; |
ofs: Word; |
var data; |
count: LongInt |
); |
dpmi_dosmemput moves count bytes of data from the DOS memory location indicated by seg and ofs to DPMI memory indicated by data.
|
Move data from DPMI memory to DOS memory. |
|
|
Move DOS memory |
|
|
Fill DOS memory with a character |
|
|
Fill DOS memory with a word value |