[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'go32' (#rtl) |
Copy data from heap to DOS memory
Source position: go32.pp line 164
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 to heap |
No notes exist for this page yet.