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.

40 lines
1.2 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. lmobjrc.h
  7. LMOBJ resource header file.
  8. This file defines and coordinates the resource IDs of all resources
  9. used by LMOBJ components.
  10. LMOBJ reserves for its own use all resource IDs above 15000, inclusive,
  11. but less than 20000 (where the BLT range begins). All clients of APPLIB
  12. therefore should use IDs of less than 15000.
  13. FILE HISTORY:
  14. thomaspa 9-July-1992 Created
  15. */
  16. #ifndef _LMOBJRC_H_
  17. #define _LMOBJRC_H_
  18. #include "uimsg.h"
  19. /*
  20. * string IDs
  21. */
  22. #define IDS_LMOBJ_SIDUNKNOWN (IDS_UI_LMOBJ_BASE+0)
  23. #define IDS_LMOBJ_SIDDELETED (IDS_UI_LMOBJ_BASE+1)
  24. //
  25. // JonN 9/20/96
  26. // NETUI2.DLL keeps these strings on behalf of PROFEXT.DLL.
  27. //
  28. #define IDS_PROFEXT_NOADAPTERS (IDS_UI_LMOBJ_BASE+2)
  29. #define IDS_PROFEXT_ERROR (IDS_UI_LMOBJ_BASE+3)
  30. #define IDS_CFGMGR32_BASE (IDS_UI_LMOBJ_BASE+10)
  31. #endif