|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "wingdi.h"#include "winnls.h"#include "winreg.h"#include "winspool.h"#include "ddk/winsplp.h"#include "wine/test.h"
Go to the source code of this file.
Functions | |
| static | PMONITORUI (WINAPI *pInitializePrintMonitorUI)(VOID) |
| static | BOOL (WINAPI *pAddPortUI)(PCWSTR |
| static PORT_INFO_2W * | find_portinfo2 (LPCWSTR pPort) |
| static LPCSTR | load_functions (void) |
| static LPWSTR | strdupW (LPCWSTR strW) |
| static void | test_AddPortUI (void) |
| static void | test_ConfigurePortUI (void) |
| START_TEST (localui) | |
Variables | |
| static HMODULE | hdll |
| static PMONITORUI | pui |
| static | HWND |
| static | PCWSTR |
| static const WCHAR | does_not_existW [] = {'d','o','e','s','_','n','o','t','_','e','x','i','s','t',0} |
| static const WCHAR | emptyW [] = {0} |
| static const CHAR | fmt_comA [] = {'C','O','M','%','u',':',0} |
| static const CHAR | fmt_lptA [] = {'L','P','T','%','u',':',0} |
| static const WCHAR | localportW [] = {'L','o','c','a','l',' ','P','o','r','t',0} |
| static const WCHAR | portname_fileW [] = {'F','I','L','E',':',0} |
| static LPBYTE | pi_buffer |
| static DWORD | pi_numports |
| static DWORD | pi_needed |
| static PORT_INFO_2W * | lpt_present |
| static PORT_INFO_2W * | com_present |
| static PORT_INFO_2W * | file_present |
| static LPWSTR | lpt_absent |
| static LPWSTR | com_absent |
|
static |
Definition at line 67 of file localui.c.
Referenced by START_TEST().
Definition at line 100 of file localui.c.
Referenced by START_TEST().
|
static |
| START_TEST | ( | localui | ) |
Definition at line 271 of file localui.c.
Definition at line 132 of file localui.c.
Referenced by START_TEST().
Definition at line 190 of file localui.c.
Referenced by START_TEST().
|
static |
Definition at line 63 of file localui.c.
Referenced by START_TEST(), and test_ConfigurePortUI().
|
static |
Definition at line 59 of file localui.c.
Referenced by START_TEST(), and test_ConfigurePortUI().
Definition at line 47 of file localui.c.
Referenced by test_AddPortUI(), and test_ConfigurePortUI().
Definition at line 48 of file localui.c.
Referenced by test_AddPortUI(), and test_ConfigurePortUI().
|
static |
Definition at line 60 of file localui.c.
Referenced by START_TEST(), and test_ConfigurePortUI().
Definition at line 49 of file localui.c.
Referenced by START_TEST().
Definition at line 50 of file localui.c.
Referenced by START_TEST().
|
static |
Definition at line 40 of file localui.c.
Referenced by load_functions().
Definition at line 51 of file localui.c.
Referenced by test_AddPortUI().
|
static |
Definition at line 62 of file localui.c.
Referenced by START_TEST(), and test_ConfigurePortUI().
|
static |
Definition at line 58 of file localui.c.
Referenced by START_TEST(), and test_ConfigurePortUI().
|
static |
Definition at line 54 of file localui.c.
Referenced by find_portinfo2(), and START_TEST().
|
static |
Definition at line 56 of file localui.c.
Referenced by find_portinfo2().
|
static |
Definition at line 55 of file localui.c.
Referenced by find_portinfo2(), and START_TEST().
Definition at line 52 of file localui.c.
Referenced by START_TEST(), and test_ConfigurePortUI().
|
static |
Definition at line 42 of file localui.c.
Referenced by START_TEST().