2025-04-27 07:49:33 -04:00

25 lines
1.2 KiB
C

//***************************************************************************
//* 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