<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Console > Console_Attach |
Description
Attaches the calling process to the console of the specified process as a client application.
Syntax
result = Console_Attach(processId)
Returns
Non-zero value in case of success.
Parameters
Name |
Type |
Optional |
Meaning |
processId |
Numeric |
No |
The identifier of the process whose console is to be used. |
Remarks
Restrictions
See also
Examples