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.

51 lines
1.4 KiB

  1. /*++ BUILD Version: 0000 // Increment this if a change has global effects
  2. Copyright (c) 2000-2002 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. Resource header file for the TAPI security file importing
  7. Author:
  8. Xiaohai Zhang (xzhang) 22-March-2000
  9. Revision History:
  10. --*/
  11. #ifndef __TSECIMP_RESOURCE_H__
  12. #define __TSECIMP_RESOURCE_H__
  13. #define SCHEMARES 300
  14. #define IDD_MSGBOX 100
  15. #define IDC_MSGBOX_TEXT 100
  16. #define IDS_SECFILE_SCHEMA 1000
  17. #define IDR_SCHEMA 1001
  18. #define IDS_PRODUCTNAME 1002
  19. #define IDS_USAGE 1003
  20. #define IDS_ERRORPOS 1004
  21. #define IDS_FINSUCCESS 1005
  22. #define IDS_VALIDSUCCESS 1006
  23. #define IDS_INVALADDR 1007
  24. #define IDS_INVALPID 1008
  25. #define IDS_INVALIDUSER 1009
  26. #define IDS_LOCALONLYPID 1010
  27. #define IDS_LOCALONLYADDR 1011
  28. #define IDS_HASERROR 1012
  29. #define IDS_PROVIDER 1013
  30. #define IDS_LINE 1014
  31. #define IDS_ADDRESSES 1015
  32. #define IDS_NODEVICES 1016
  33. #define IDS_ERROR 1017
  34. #define IDS_USERS 1018
  35. #define IDS_PID 1019
  36. #endif