|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "winnls.h"#include "wine/test.h"
Go to the source code of this file.
Functions | |
| static | DWORD (WINAPI *pCommConfigDialogA)(LPCSTR |
| static LPCSTR | load_functions (void) |
| static void | test_drvCommConfigDialogA (void) |
| static void | test_drvCommConfigDialogW (void) |
| static void | test_drvGetDefaultCommConfigA (void) |
| static void | test_drvGetDefaultCommConfigW (void) |
| START_TEST (confdlg) | |
Variables | |
| static HINSTANCE | hdll |
| static | HWND |
| static | LPCOMMCONFIG |
| static | LPDWORD |
| static const CHAR | com1A [] = "com1" |
| static const CHAR | emptyA [] = "" |
| static const CHAR | fmt_comA [] = "com%d" |
| static const CHAR | str_colonA [] = ":" |
| static const WCHAR | com1W [] = {'c','o','m','1',0} |
| static const WCHAR | emptyW [] = {0} |
| static const WCHAR | str_colonW [] = {':',0} |
Definition at line 51 of file confdlg.c.
Referenced by START_TEST().
| START_TEST | ( | confdlg | ) |
Definition at line 416 of file confdlg.c.
Definition at line 81 of file confdlg.c.
Referenced by START_TEST().
Definition at line 155 of file confdlg.c.
Referenced by START_TEST().
Definition at line 230 of file confdlg.c.
Referenced by START_TEST().
Definition at line 322 of file confdlg.c.
Referenced by START_TEST().
Definition at line 40 of file confdlg.c.
Referenced by test_drvGetDefaultCommConfigA().
Definition at line 45 of file confdlg.c.
Referenced by test_drvGetDefaultCommConfigW().
Definition at line 41 of file confdlg.c.
Referenced by test_drvCommConfigDialogA(), test_drvGetDefaultCommConfigA(), and test_drvGetDefaultCommConfigW().
Definition at line 46 of file confdlg.c.
Referenced by test_drvCommConfigDialogW(), and test_drvGetDefaultCommConfigW().
Definition at line 42 of file confdlg.c.
Referenced by test_drvCommConfigDialogA(), test_drvCommConfigDialogW(), test_drvGetDefaultCommConfigA(), and test_drvGetDefaultCommConfigW().
|
static |
Definition at line 33 of file confdlg.c.
Referenced by load_functions().
Definition at line 43 of file confdlg.c.
Referenced by test_drvGetDefaultCommConfigA(), and test_drvGetDefaultCommConfigW().
Definition at line 47 of file confdlg.c.
Referenced by test_drvGetDefaultCommConfigW().