[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Copy data from heap to DOS memory
Source position: go32.pp line 175
procedure copytodos( |
var addr; |
len: LongInt |
); |
Copies data from heap to the pre-allocated dos memory buffer.
Parameters:
Notes: This function fails if you try to copy more bytes than the transfer buffer is in size. It can only be used in conjunction with the transfer buffer.
Check the int31error variable.
|
Return DOS transfer memory buffer size |
|
|
Return offset of DOS transfer buffer |
|
|
Copy data from DOS to heap |