Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenlocalui.h
Go to the documentation of this file.
00001 /* 00002 * internal include file of the Local Printmonitor User Interface 00003 * 00004 * Copyright 2007 Detlef Riekenberg 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 #ifndef __WINE_LOCALUI__ 00022 #define __WINE_LOCALUI__ 00023 00024 #include <windef.h> 00025 #include <winuser.h> 00026 00027 /* ## Resource-ID ## */ 00028 #define ADDPORT_DIALOG 100 00029 #define ADDPORT_EDIT 101 00030 00031 #define LPTCONFIG_DIALOG 200 00032 #define LPTCONFIG_GROUP 201 00033 #define LPTCONFIG_EDIT 202 00034 00035 #define IDS_LOCALPORT 300 00036 #define IDS_INVALIDNAME 301 00037 #define IDS_PORTEXISTS 302 00038 #define IDS_NOTHINGTOCONFIG 303 00039 00040 /* ## Reserved memorysize for the strings (in WCHAR) ## */ 00041 #define IDS_LOCALPORT_MAXLEN 32 00042 #define IDS_INVALIDNAME_MAXLEN 48 00043 #define IDS_PORTEXISTS_MAXLEN 48 00044 #define IDS_NOTHINGTOCONFIG_MAXLEN 80 00045 00046 /* ## Type of Ports ## */ 00047 /* windows types */ 00048 #define PORT_IS_UNKNOWN 0 00049 #define PORT_IS_LPT 1 00050 #define PORT_IS_COM 2 00051 #define PORT_IS_FILE 3 00052 #define PORT_IS_FILENAME 4 00053 00054 /* wine extensions */ 00055 #define PORT_IS_WINE 5 00056 #define PORT_IS_UNIXNAME 5 00057 #define PORT_IS_PIPE 6 00058 #define PORT_IS_CUPS 7 00059 #define PORT_IS_LPR 8 00060 00061 00062 #endif /* __WINE_LOCALUI__ */ Generated on Sun May 27 2012 04:24:36 for ReactOS by
1.7.6.1
|