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.

47 lines
852 B

  1. /*++
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. dsmnname.h
  5. Abstract:
  6. Header for NetWare service names.
  7. Author:
  8. Rita Wong (ritaw) 26-Feb-1993
  9. Revision History:
  10. --*/
  11. #ifndef _DSMN_NAMES_INCLUDED_
  12. #define _DSMN_NAMES_INCLUDED_
  13. //
  14. // Name of service (not display name, but Key name)
  15. //
  16. #define NW_SYNCAGENT_SERVICE L"MSSYNC"
  17. //
  18. // Directory where we store all the good stuff like the database.
  19. //
  20. #define NW_SYNCAGENT_DIRECTORY L"SyncAgnt"
  21. #define NW_SYNCAGENT_DIRECTORYA "SyncAgnt"
  22. //
  23. // Name of secret used to store supervisor credentials between install
  24. // and service starting. Deleted after that.
  25. //
  26. #define NW_SYNCAGENT_CRED_SECRET L"InitialCredential"
  27. //
  28. //
  29. //
  30. #define NW_SYNCAGENT_PASSWD_NOTIFY_DLL L"NwsLib"
  31. #endif // _DSMN_NAMES_INCLUDED_