ReactOS 0.4.16-dev-2-g02a6913
|
Go to the source code of this file.
Macros | |
#define | BUFSIZE 4096 |
Typedefs | |
typedef int(_cdecl * | RUNTEST) (char **) |
Functions | |
DWORD WINAPI | PipeReadThread (LPVOID lpParam) |
DWORD WINAPI | CreateClientProcess (PMAIN_WND_INFO pInfo) |
static BOOL | OnInitMainDialog (HWND hDlg, LPARAM lParam) |
static VOID | RunSelectedTest (PMAIN_WND_INFO pInfo) |
static VOID | AddTestToCombo (PMAIN_WND_INFO pInfo) |
static VOID | FreeTestCmdStrings (PMAIN_WND_INFO pInfo) |
static BOOL CALLBACK | MainDlgProc (HWND hDlg, UINT Message, WPARAM wParam, LPARAM lParam) |
INT WINAPI | wWinMain (HINSTANCE hInst, HINSTANCE hPrev, LPWSTR Cmd, int iCmd) |
Variables | |
HINSTANCE | hInstance |
WCHAR | szPipeName [] = L"\\\\.\\pipe\\winetest_pipe" |
|
static |
Definition at line 231 of file mainwnd.c.
Referenced by MainDlgProc().
DWORD WINAPI CreateClientProcess | ( | PMAIN_WND_INFO | pInfo | ) |
Definition at line 67 of file mainwnd.c.
Referenced by RunSelectedTest().
|
static |
Definition at line 266 of file mainwnd.c.
Referenced by MainDlgProc().
Definition at line 295 of file mainwnd.c.
Referenced by wWinMain().
Definition at line 144 of file mainwnd.c.
Referenced by MainDlgProc().
Definition at line 22 of file mainwnd.c.
Referenced by CreateClientProcess().
|
static |
Definition at line 190 of file mainwnd.c.
Referenced by MainDlgProc().
INT WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 378 of file mainwnd.c.
Referenced by wmain().