Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*****************************************************************************\
* MODULE: resource.h * * Resource string identifiers. * * * Copyright (C) 1997-1998 Hewlett-Packard Company. * Copyright (C) 1997-1998 Microsoft Corporation. * * History: * 10-Oct-1997 GFS Initial checkin * 22-Jun-1998 CHW Cleaned * \*****************************************************************************/
// Resource String Identifiers.
//
#define IDS_COLOR_PATH 704
#define IDS_ALREADY_EXISTS 705
#define IDS_ERR_COPYFAILURE 706
#define IDS_BROWSE_FOR_DRV 707
#define IDS_USER_CANCEL 708
#define IDS_BROWSE_ERR 709
#define IDS_INSTALLED_DRIVER 710
#define IDS_ALLOC_ERR 711
#define IDS_PRINTER 712
#define IDS_OK 713
#define IDS_INVALID_INFFILE 714
#define IDS_NO_UNIQUE_NAME 715
#define IDS_FILE_COPY_ERROR 716
#define IDS_ADD_PRINTER_ERROR 717
#define IDS_INVALID_DAT_FILE 718
#define IDS_DEFAULT_ERROR 719
#define IDS_THUNK32FAIL 720
#define IDS_FMTNAME 721
#define IDS_MSG_OPTIONS 722
#define IDS_MSG_OPTCAP 723
|