|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#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 "wine/unicode.h"
#include "localui.h"
Go to the source code of this file.
Data Structures |
| struct | addportui_t |
| struct | lptconfig_t |
Defines |
| #define | NONAMELESSUNION |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (localui) |
| static INT_PTR CALLBACK | dlgproc_lptconfig (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
| static LPWSTR | strdupWW (LPCWSTR pPrefix, LPCWSTR pSuffix) |
| static BOOL | dlg_configure_com (HANDLE hXcv, HWND hWnd, PCWSTR pPortName) |
| static BOOL | dlg_configure_lpt (HANDLE hXcv, HWND hWnd) |
| static void | dlg_port_already_exists (HWND hWnd, LPCWSTR portname) |
| static void | dlg_invalid_portname (HWND hWnd, LPCWSTR portname) |
| static void | dlg_nothingtoconfig (HWND hWnd) |
| static void | dlg_win32error (HWND hWnd, DWORD lasterror) |
| static INT_PTR CALLBACK | dlgproc_addport (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
| static DWORD | get_type_from_name (LPCWSTR name) |
| static BOOL | open_monitor_by_name (LPCWSTR pPrefix, LPCWSTR pPort, HANDLE *phandle) |
| static BOOL WINAPI | localui_AddPortUI (PCWSTR pName, HWND hWnd, PCWSTR pMonitorName, PWSTR *ppPortName) |
| static BOOL WINAPI | localui_ConfigurePortUI (PCWSTR pName, HWND hWnd, PCWSTR pPortName) |
| static BOOL WINAPI | localui_DeletePortUI (PCWSTR pName, HWND hWnd, PCWSTR pPortName) |
| PMONITORUI WINAPI | InitializePrintMonitorUI (void) |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
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} |
Generated on Sun May 27 2012 05:12:05 for ReactOS by
1.7.6.1
|