| [Overview][Constants][Types][Procedures and functions][Variables] | 
Fill DOS memory with a word value
Source position: go32.pp line 171
| procedure dpmi_dosmemfillword( | 
| seg: Word; | 
| ofs: Word; | 
| count: LongInt; | 
| w: Word | 
| ); | 
dpmi_dosmemfillword fills the DOS memory reagion indicated by seg,ofs with count words W.
| 
 | Move data from DPMI memory to DOS memory. | |
| 
 | Move data from DOS memory to DPMI memory | |
| 
 | Fill DOS memory with a character | |
| 
 | Move DOS memory |