|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Macros | |
| #define | ADDPORT_DIALOG 100 |
| #define | ADDPORT_EDIT 101 |
| #define | LPTCONFIG_DIALOG 200 |
| #define | LPTCONFIG_GROUP 201 |
| #define | LPTCONFIG_EDIT 202 |
| #define | IDS_LOCALPORT 300 |
| #define | IDS_INVALIDNAME 301 |
| #define | IDS_PORTEXISTS 302 |
| #define | IDS_NOTHINGTOCONFIG 303 |
| #define | IDS_LOCALPORT_MAXLEN 32 |
| #define | IDS_INVALIDNAME_MAXLEN 48 |
| #define | IDS_PORTEXISTS_MAXLEN 48 |
| #define | IDS_NOTHINGTOCONFIG_MAXLEN 80 |
| #define | PORT_IS_UNKNOWN 0 |
| #define | PORT_IS_LPT 1 |
| #define | PORT_IS_COM 2 |
| #define | PORT_IS_FILE 3 |
| #define | PORT_IS_FILENAME 4 |
| #define | PORT_IS_WINE 5 |
| #define | PORT_IS_UNIXNAME 5 |
| #define | PORT_IS_PIPE 6 |
| #define | PORT_IS_CUPS 7 |
| #define | PORT_IS_LPR 8 |