HANDLE gStdout_Rd
Definition: main.cpp:17
Operator Console
|
#include "OperatorConsole.h"
Functions | |
static void | CreatePipes () |
static bool | InitThread () |
static void | LaunchProcess () |
static void | Run () |
int | WINAPI_tWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, _In_ LPTSTR lpCmdLine, int nCmdShow) |
int AFXAPI | AfxWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, _In_ LPTSTR lpCmdLine, int nCmdShow) |
int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
Variables | |
HANDLE | gStderr_Rd = NULL |
HANDLE | gStderr_Wr = NULL |
HANDLE | gStdout_Rd = NULL |
HANDLE | gStdout_Wr = NULL |
int AFXAPI AfxWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
_In_ LPTSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
|
static |
References gStderr_Rd, gStderr_Wr, gStdout_Rd, and gStdout_Wr.
Referenced by WinMain().
|
static |
|
static |
References gStderr_Wr, and gStdout_Wr.
|
static |
int WINAPI_tWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
_In_ LPTSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
int APIENTRY WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
References CreatePipes().
HANDLE gStderr_Rd = NULL |
Referenced by CreatePipes().
HANDLE gStderr_Wr = NULL |
Referenced by CreatePipes(), and LaunchProcess().
HANDLE gStdout_Rd = NULL |
Referenced by CreatePipes().
HANDLE gStdout_Wr = NULL |
Referenced by CreatePipes(), and LaunchProcess().