Go to the source code of this file.
Macros | |
#define | CCOM_WRITE_TEXT 0x2 |
#define | CCOM_GET_TEXT 0x3 |
#define | CCOM_GET_SCR_LINES 0x4 |
#define | CCOM_SET_SCR_LINES 0x5 |
Functions | |
unsigned _stdcall | RequestProc (void *arg) |
LPVOID | GetMappedBuffer (HANDLE hfileBuffer) |
void | ReleaseMappedBuffer (LPVOID pBuffer) |
BOOL | GetScreenBufferLines (int *piLines) |
BOOL | SetScreenBufferLines (int iLines) |
BOOL | ReadText (LPTSTR pszText, int iBeginLine, int iEndLine) |
BOOL | WriteText (LPCTSTR szText) |
int | CharToCode (char c) |
BOOL | SetConsoleCXCY (HANDLE hStdout, int cx, int cy) |
int | CCheckParm (char *parm) |
void | InitConProc (int argc, char **argv) |
void | DeinitConProc (void) |
Variables | |
HANDLE | heventDone |
HANDLE | hfileBuffer |
HANDLE | heventChildSend |
HANDLE | heventParentSend |
HANDLE | hStdout |
HANDLE | hStdin |
int | ccom_argc |
char ** | ccom_argv |
int CCheckParm | ( | char * | parm | ) |
int CharToCode | ( | char | c | ) |
Definition at line 153 of file conproc.c.
Referenced by Sys_Error(), and Sys_Quit().
LPVOID GetMappedBuffer | ( | HANDLE | hfileBuffer | ) |
void ReleaseMappedBuffer | ( | LPVOID | pBuffer | ) |
Definition at line 234 of file conproc.c.
Referenced by RequestProc().
unsigned _stdcall RequestProc | ( | void * | arg | ) |
Definition at line 254 of file conproc.c.
Referenced by RequestProc().
BOOL WriteText | ( | LPCTSTR | szText | ) |
int ccom_argc |
Definition at line 57 of file conproc.c.
Referenced by CCheckParm(), and InitConProc().
char** ccom_argv |
Definition at line 58 of file conproc.c.
Referenced by CCheckParm(), and InitConProc().
HANDLE heventChildSend |
Definition at line 42 of file conproc.c.
Referenced by InitConProc(), and RequestProc().
HANDLE heventDone |
Definition at line 40 of file conproc.c.
Referenced by DeinitConProc(), InitConProc(), and RequestProc().
HANDLE heventParentSend |
Definition at line 43 of file conproc.c.
Referenced by InitConProc(), and RequestProc().
HANDLE hfileBuffer |
Definition at line 41 of file conproc.c.
Referenced by GetMappedBuffer(), InitConProc(), and RequestProc().
HANDLE hStdin |
Definition at line 45 of file conproc.c.
Referenced by InitConProc(), and WriteText().
HANDLE hStdout |
Definition at line 44 of file conproc.c.
Referenced by GetScreenBufferLines(), InitConProc(), ReadText(), SetConsoleCXCY(), and SetScreenBufferLines().