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