| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Fill DOS memory with a word value
Source position: go32.pp line 197
procedure dpmi_dosmemfillword(  | 
seg: Word;  | 
ofs: Word;  | 
count: LongInt;  | 
w: Word  | 
);  | 
dpmi_dosmemfillword fills the DOS memory region 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  |