Method System.AttachConsole()
- Method AttachConsole
 intAttachConsole(intpid)- Description
 Attaches calling process to a specific console.
- Parameter 
pid - Note
 Only available on certain Windows systems.
- Returns
 0 on success, non-zero otherwise.
int AttachConsole(int pid)
Attaches calling process to a specific console.
pidOnly available on certain Windows systems.
0 on success, non-zero otherwise.