Go to the source code of this file.
◆ DeinitConProc()
◆ InitConProc()
void InitConProc |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 84 of file conproc.c.
116 if (!hFile || !heventParent || !heventChild)
118 printf (
"Qhost not present.\n");
122 printf (
"Initializing for qhost.\n");
133 printf (
"Couldn't create heventDone\n");
140 printf (
"Couldn't create QHOST thread\n");
145 hStdout = GetStdHandle (STD_OUTPUT_HANDLE);
146 hStdin = GetStdHandle (STD_INPUT_HANDLE);
Referenced by Sys_Init().