Select a filehandle as the default input channel
Source position: amigados.pas line 1828
function SelectInput( |
fh: LongInt |
):LongInt; |
fh |
|
Newly default input handle |
Previous default input filehandle
Set the current input as the default input for the process. This changes the value returned by DosInput(). old_fh should be closed or saved as needed.
|
Identify the program's initial input file handle |
|
|
Select a filehandle as the default output channel |
|
|
Identify the programs' initial output file handle |