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.
24 lines
1.2 KiB
24 lines
1.2 KiB
//***************************************************************************
|
|
//* Copyright (c) Microsoft Corporation 1995. All rights reserved. *
|
|
//***************************************************************************
|
|
//* *
|
|
//* RESOURCE.H *
|
|
//* *
|
|
//***************************************************************************
|
|
|
|
|
|
//***************************************************************************
|
|
//* STRING RESOURCE IDS *
|
|
//***************************************************************************
|
|
#define IDS_SUCCESS 1000
|
|
|
|
#define IDS_ERR_INVALID_ARGS 1100
|
|
#define IDS_ERR_GET_FULL_PATH 1101
|
|
#define IDS_ERR_FILE_NOT_EXIST 1102
|
|
#define IDS_ERR_LOAD_EXE 1103
|
|
#define IDS_ERR_BEGIN_UPD_RES 1104
|
|
#define IDS_ERR_OPEN_INPUT_FILE 1105
|
|
#define IDS_ERR_NO_MEMORY 1106
|
|
#define IDS_ERR_READ_INPUT_FILE 1107
|
|
#define IDS_ERR_UPDATE_RES 1108
|
|
#define IDS_ERR_END_UPD_RES 1109
|