Leaked source code of windows server 2003
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

  1. //***************************************************************************
  2. //* Copyright (c) Microsoft Corporation 1995. All rights reserved. *
  3. //***************************************************************************
  4. //* *
  5. //* RESOURCE.H *
  6. //* *
  7. //***************************************************************************
  8. //***************************************************************************
  9. //* STRING RESOURCE IDS *
  10. //***************************************************************************
  11. #define IDS_SUCCESS 1000
  12. #define IDS_ERR_INVALID_ARGS 1100
  13. #define IDS_ERR_GET_FULL_PATH 1101
  14. #define IDS_ERR_FILE_NOT_EXIST 1102
  15. #define IDS_ERR_LOAD_EXE 1103
  16. #define IDS_ERR_BEGIN_UPD_RES 1104
  17. #define IDS_ERR_OPEN_INPUT_FILE 1105
  18. #define IDS_ERR_NO_MEMORY 1106
  19. #define IDS_ERR_READ_INPUT_FILE 1107
  20. #define IDS_ERR_UPDATE_RES 1108
  21. #define IDS_ERR_END_UPD_RES 1109