| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Fill DOS memory with a character
Source position: go32.pp line 196
procedure dpmi_dosmemfillchar(  | 
seg: Word;  | 
ofs: Word;  | 
count: LongInt;  | 
c: Char  | 
);  | 
dpmi_dosmemfillchar fills the DOS memory region indicated by seg,ofs with count characters c.
  | 
Move data from DPMI memory to DOS memory.  | 
|
  | 
Move data from DOS memory to DPMI memory  | 
|
  | 
Move DOS memory  | 
|
  | 
Fill DOS memory with a word value  |