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.

48 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. smbdllrc.h
  5. Abstract:
  6. This module defines resource IDs for strings
  7. Author:
  8. Jin Huang (Jinhuang) 27-Feb.-1998
  9. Revision History:
  10. --*/
  11. #ifndef __smbdllrc__
  12. #define __smbdllrc__
  13. #define SMBSVC_ERROR_ANALYZE 7100
  14. #define SMBSVC_ERROR_CONFIGURE 7101
  15. #define SMBSVC_ERROR_ENUM_SHARE 7102
  16. #define SMBSVC_ERROR_QUERY 7103
  17. #define SMBSVC_ERROR_SAVE_INFO 7104
  18. #define SMBSVC_UNKNOWN_KEYWORD 7105
  19. #define SMBSVC_ANALYZE_CLIENT_DONE 7110
  20. #define SMBSVC_ANALYZE_CLIENT_START 7111
  21. #define SMBSVC_ANALYZE_SERVER_DONE 7112
  22. #define SMBSVC_ANALYZE_SERVER_START 7113
  23. #define SMBSVC_CONFIGURE_CLIENT_DONE 7114
  24. #define SMBSVC_CONFIGURE_CLIENT_START 7115
  25. #define SMBSVC_CONFIGURE_SERVER_DONE 7116
  26. #define SMBSVC_CONFIGURE_SERVER_START 7117
  27. #define SMBSVC_MATCH 7120
  28. #define SMBSVC_MISMATCH 7121
  29. #define SMBSVC_NOT_CONFIGURED 7122
  30. #define SMBSVC_QUERY_INFO 7123
  31. #define SMBSVC_SAVE_INFO 7124
  32. #define SMBSVC_UPDATE_INFO 7125
  33. #endif