ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winreg.h"
#include "winuser.h"
#include "winspool.h"
#include "ddk/winsplp.h"
#include "wine/debug.h"
#include "localui.h"
Go to the source code of this file.
Classes | |
struct | tag_addportui_t |
struct | tag_lptconfig_t |
Typedefs | |
typedef struct tag_addportui_t | addportui_t |
typedef struct tag_lptconfig_t | lptconfig_t |
Variables | |
static HINSTANCE | LOCALUI_hInstance |
static const WCHAR | cmd_AddPortW [] = {'A','d','d','P','o','r','t',0} |
static const WCHAR | cmd_ConfigureLPTPortCommandOKW [] |
static const WCHAR | cmd_DeletePortW [] = {'D','e','l','e','t','e','P','o','r','t',0} |
static const WCHAR | cmd_GetDefaultCommConfigW [] |
static const WCHAR | cmd_GetTransmissionRetryTimeoutW [] |
static const WCHAR | cmd_PortIsValidW [] = {'P','o','r','t','I','s','V','a','l','i','d',0} |
static const WCHAR | cmd_SetDefaultCommConfigW [] |
static const WCHAR | fmt_uW [] = {'%','u',0} |
static const WCHAR | portname_LPT [] = {'L','P','T',0} |
static const WCHAR | portname_COM [] = {'C','O','M',0} |
static const WCHAR | portname_FILE [] = {'F','I','L','E',':',0} |
static const WCHAR | portname_CUPS [] = {'C','U','P','S',':',0} |
static const WCHAR | portname_LPR [] = {'L','P','R',':',0} |
static const WCHAR | XcvMonitorW [] = {',','X','c','v','M','o','n','i','t','o','r',' ',0} |
static const WCHAR | XcvPortW [] = {',','X','c','v','P','o','r','t',' ',0} |
typedef struct tag_addportui_t addportui_t |
typedef struct tag_lptconfig_t lptconfig_t |
Definition at line 108 of file localui.c.
Referenced by localui_ConfigurePortUI().
Definition at line 155 of file localui.c.
Referenced by localui_ConfigurePortUI().
Definition at line 202 of file localui.c.
Referenced by dlgproc_addport().
Definition at line 229 of file localui.c.
Referenced by localui_ConfigurePortUI().
Definition at line 176 of file localui.c.
Referenced by localui_AddPortUI().
Definition at line 246 of file localui.c.
Referenced by dlgproc_addport().
|
static |
Definition at line 269 of file localui.c.
Referenced by localui_AddPortUI().
|
static |
Definition at line 343 of file localui.c.
Referenced by dlg_configure_lpt().
Definition at line 682 of file localui.c.
Definition at line 417 of file localui.c.
Referenced by localui_ConfigurePortUI().
PMONITORUI WINAPI InitializePrintMonitorUI | ( | void | ) |
Definition at line 665 of file localui.c.
|
static |
Definition at line 502 of file localui.c.
Referenced by InitializePrintMonitorUI().
Definition at line 572 of file localui.c.
Referenced by InitializePrintMonitorUI().
Definition at line 623 of file localui.c.
Referenced by InitializePrintMonitorUI().
Definition at line 462 of file localui.c.
Referenced by localui_AddPortUI(), localui_ConfigurePortUI(), and localui_DeletePortUI().
WINE_DEFAULT_DEBUG_CHANNEL | ( | localui | ) |
Definition at line 44 of file localui.c.
Referenced by localui_AddPortUI().
Definition at line 45 of file localui.c.
Referenced by dlgproc_lptconfig().
Definition at line 48 of file localui.c.
Referenced by localui_DeletePortUI().
Definition at line 49 of file localui.c.
Referenced by dlg_configure_com().
Definition at line 52 of file localui.c.
Referenced by dlgproc_lptconfig().
Definition at line 55 of file localui.c.
Referenced by dlgproc_addport().
Definition at line 56 of file localui.c.
Referenced by dlg_configure_com().
Definition at line 60 of file localui.c.
Referenced by dlgproc_lptconfig().
|
static |
Definition at line 42 of file localui.c.
Referenced by dlg_configure_lpt(), dlg_invalid_portname(), dlg_nothingtoconfig(), dlg_port_already_exists(), dlg_win32error(), DllMain(), and localui_AddPortUI().
Definition at line 62 of file localui.c.
Referenced by get_type_from_name().
Definition at line 64 of file localui.c.
Referenced by get_type_from_name().
Definition at line 63 of file localui.c.
Referenced by get_type_from_name().
Definition at line 65 of file localui.c.
Referenced by get_type_from_name().
Definition at line 61 of file localui.c.
Referenced by get_type_from_name().
Definition at line 67 of file localui.c.
Referenced by localui_AddPortUI().