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 Header ******************************\
* Module Name: stringid.h * * Copyright (c) 1991-1993, Microsoft Corporation * * Defines resource ids * * History: * 15-03-93 andreva Created. \***************************************************************************/
//
// Strings
//
#define IDS_INVALID_DISPLAY 1600
#define IDS_VMAPPLET 1601
#define IDS_DISPLAYAPPLET 1602
#define IDS_FAILING_WORKINGDIR 1603
#define IDS_FAILING_SHELLCOMMAND 1604
#define IDS_ERROR_WORKINGDIR 1605
#define IDS_ERROR_SHELLCOMMAND 1606
#define IDS_ERROR_SHELL_FAILED 1607
#define IDS_LOGON_FAILED 1608
|